1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Fixed capitalization.

This commit is contained in:
Sergey Prigogin 2008-05-26 02:48:05 +00:00
parent 32ba1e3732
commit bf0052226e

View file

@ -67,7 +67,7 @@ ASTProblemFactory.error.semantic.pst.invalidOverload=Invalid overload of the nam
ASTProblemFactory.error.semantic.pst.invalidUsing=Invalid using directive/declaration: {0}
ASTProblemFactory.error.semantic.dom.definitionNotFound=A definition was not found for {0}
ASTProblemFactory.error.semantic.dom.knrParameterDeclarationNotFound=A declaration was not found for the k&r parameter {0}
ASTProblemFactory.error.semantic.dom.knrParameterDeclarationNotFound=A declaration was not found for the K&R parameter {0}
ASTProblemFactory.error.semantic.dom.labelStatementNotFound=A label statement was not found for the name {0}
ASTProblemFactory.error.semantic.dom.invalidRedefinition=Invalid redefinition of the name {0}
ASTProblemFactory.error.semantic.dom.invalidRedeclaration=Invalid redeclaration of the name {0}