IDE: fix minor typo in string constant

git-svn-id: trunk@26375 -
This commit is contained in:
maxim 2010-06-30 23:47:45 +00:00
parent 2f29e92581
commit c37a042845

View File

@ -1883,7 +1883,7 @@ resourcestring
dlgCCOTestCompilerDate = 'Test: Checking compiler date ...';
lisCCOErrorCaption = 'Error';
lisInvalidLineColumnInMessage = 'Invalid line, column in message%s%s';
lisUnableToLoadFile = 'Unable to load file :%s%s';
lisUnableToLoadFile = 'Unable to load file:%s%s';
lisQuickFixRemoveUnit = 'Quick fix: Remove unit';
lisMessageContainsNoFilePositionInformation = 'Message contains no file '
+'position information:%s%s';