IDE: fixed typo in string

git-svn-id: trunk@45591 -
This commit is contained in:
maxim 2014-06-20 22:02:30 +00:00
parent 843f23eafd
commit a24058e8a7

View File

@ -5076,7 +5076,7 @@ resourcestring
lisConfirmDelete = 'Confirm delete'; lisConfirmDelete = 'Confirm delete';
lisDeleteMacro = 'Delete macro "%s"?'; lisDeleteMacro = 'Delete macro "%s"?';
lisValue2 = 'Value%s'; lisValue2 = 'Value%s';
lisDeleteValue = 'Delete value "%s"'; lisDeleteValue = 'Delete value "%s"?';
lisInvalidMacroTheMacroMustBeAPascalIdentifie = 'Invalid ' lisInvalidMacroTheMacroMustBeAPascalIdentifie = 'Invalid '
+'macro "%s". The macro name must be a Pascal identifier.'; +'macro "%s". The macro name must be a Pascal identifier.';
lisThereIsAlreadyAMacroWithTheName = 'There is already a macro with the name "%s".'; lisThereIsAlreadyAMacroWithTheName = 'There is already a macro with the name "%s".';