mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 06:28:14 +02:00
LCL: minor string correction
git-svn-id: trunk@46052 -
This commit is contained in:
parent
62fd8a88fd
commit
8e225e1327
@ -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.';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user