mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 12:45:41 +02:00
fix NLS strings
This commit is contained in:
parent
2a023a46e0
commit
0864a48b3d
1 changed files with 10 additions and 10 deletions
|
@ -35,7 +35,7 @@ ScannerProblemFactory.error.preproc.macroUsage=Macro usage error for macro : {0}
|
|||
ScannerProblemFactory.error.preproc.circularInclusion=Circular inclusion for file: {0}
|
||||
ScannerProblemFactory.error.preproc.invalidDirective=Invalid preprocessor directive: {0}
|
||||
ScannerProblemFactory.error.preproc.macroPasting=Invalid use of macro pasting in macro: {0}
|
||||
ScannerProblemFactory.error.preproc.missingRParen=missing ')' in parameter list of macro : {0}
|
||||
ScannerProblemFactory.error.preproc.missingRParen=missing '')'' in parameter list of macro: {0}
|
||||
ScannerProblemFactory.error.preproc.invalidVaArgs=__VA_ARGS__ can only appear in the expansion of a C99 variadic macro
|
||||
|
||||
ScannerProblemFactory.error.scanner.invalidEscapeChar=Invalid escape character encountered
|
||||
|
|
Loading…
Add table
Reference in a new issue