IDE: minor improvements of Codetools error messages

This commit is contained in:
Maxim Ganetsky 2025-01-03 02:01:36 +03:00
parent 0ed604c806
commit 539405bf10

View File

@ -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';