LCL: minor string correction

git-svn-id: trunk@46052 -
This commit is contained in:
maxim 2014-08-18 23:14:11 +00:00
parent 62fd8a88fd
commit 8e225e1327

View File

@ -217,7 +217,7 @@ resourceString
sInvalidImageSize = 'Invalid image size'; sInvalidImageSize = 'Invalid image size';
sDuplicateMenus = 'Duplicate menus'; sDuplicateMenus = 'Duplicate menus';
sCannotFocus = 'Cannot focus a disabled or invisible window'; sCannotFocus = 'Cannot focus a disabled or invisible window';
sParentRequired = 'Control "%s" has no parent window'; sParentRequired = 'Control "%s" has no parent window.';
sInvalidCharSet = 'The char set in mask "%s" is not valid!'; sInvalidCharSet = 'The char set in mask "%s" is not valid!';
SMaskEditNoMatch = 'The current text does not match the specified mask.'; SMaskEditNoMatch = 'The current text does not match the specified mask.';