mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
IDE: fixed typo in string
git-svn-id: trunk@45591 -
This commit is contained in:
parent
843f23eafd
commit
a24058e8a7
@ -5076,7 +5076,7 @@ resourcestring
|
||||
lisConfirmDelete = 'Confirm delete';
|
||||
lisDeleteMacro = 'Delete macro "%s"?';
|
||||
lisValue2 = 'Value%s';
|
||||
lisDeleteValue = 'Delete value "%s"';
|
||||
lisDeleteValue = 'Delete value "%s"?';
|
||||
lisInvalidMacroTheMacroMustBeAPascalIdentifie = 'Invalid '
|
||||
+'macro "%s". The macro name must be a Pascal identifier.';
|
||||
lisThereIsAlreadyAMacroWithTheName = 'There is already a macro with the name "%s".';
|
||||
|
Loading…
Reference in New Issue
Block a user