mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 17:17:52 +02:00
IDE: minor improvements of Codetools error messages
This commit is contained in:
parent
0ed604c806
commit
539405bf10
@ -5444,12 +5444,10 @@ resourcestring
|
||||
+'%sProceed anyway?';
|
||||
lisRenamingAborted = 'Renaming aborted';
|
||||
lisRenamingConflict = 'Renaming conflict';
|
||||
lisFileAlreadyExists = 'File '
|
||||
+ '"%s" already exists';
|
||||
lisFileAlreadyExists = 'File "%s" already exists.';
|
||||
lisIdentifierWasAlreadyUsed = 'Identifier '
|
||||
+ '"%s" was already used';
|
||||
lisIdentifierCannotBeDotted = 'Identifier '
|
||||
+ '"%s" cannot be dotted';
|
||||
lisIdentifierCannotBeDotted = 'Identifier "%s" cannot be dotted';
|
||||
lisIdentifierCannotBeEmpty = 'Identifier cannot be empty';
|
||||
lisIdentifierIsInvalid = 'Identifier '
|
||||
+ '"%s" is invalid';
|
||||
|
Loading…
Reference in New Issue
Block a user