1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 340523 - Found 2 consecutive single quotes in text not handled by Java MessageFormat class

This commit is contained in:
Vivian Kong 2011-05-06 19:31:54 +00:00
parent e6ff1c5bd7
commit f3be8a1ae2
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2010 IBM Corporation and others.
# Copyright (c) 2005, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -43,7 +43,7 @@ ScannerProblemFactory.error.scanner.unexpectedEOF=Unexpected End Of File encount
ScannerProblemFactory.error.scanner.badCharacter=Bad character sequence encountered: {0}
ParserProblemFactory.error.syntax.syntaxError=Syntax error
ParserProblemFactory.error.syntax.missingSemicolon=Missing '';''
ParserProblemFactory.error.syntax.missingSemicolon=Missing ';'
BaseProblemFactory.problemPattern={0} in file: {1}:{2, number, integer}

View file

@ -17,7 +17,7 @@ convention_scope_leadingUnderscore= Scope starts with underscore
convention_scope_lowercaseName= Scope starts with lower case
convention_scope_nullName= Scope name is null
convention_scope_emptyName= Scope name is empty
convention_scope_dotName= Scope name starts or ends with a ''.''
convention_scope_dotName= Scope name starts or ends with a '.'
convention_scope_nameWithBlanks= Scope name contains blanks
convention_class_nullName= Class name is null