mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 08:00:51 +01:00
IDE: fix minor typo in string constant
git-svn-id: trunk@26375 -
This commit is contained in:
parent
2f29e92581
commit
c37a042845
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user