mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:09:19 +02:00
IDE: simplified wording of a warning in TreeView property editor
This commit is contained in:
parent
023f45bfcc
commit
68be8af6a8
@ -115,7 +115,7 @@ resourcestring
|
|||||||
sccsTrEdtCancel = '&Cancel';
|
sccsTrEdtCancel = '&Cancel';
|
||||||
sccsTrEdtInvalidIndex = '"%s" has only %d images';
|
sccsTrEdtInvalidIndex = '"%s" has only %d images';
|
||||||
sccsTrEdtImageListNotAssigned = '"%s" not assigned';
|
sccsTrEdtImageListNotAssigned = '"%s" not assigned';
|
||||||
sccsTrEdtConfirmationImagesLoss = 'Information about node images cannot be stored in TXT file format (use XML for that). Continue anyway?';
|
sccsTrEdtConfirmationImagesLoss = 'Information about node images can only be stored in XML file format. Continue anyway?';
|
||||||
sccsTrEdtConfirmationTreeReplace = 'The current tree will be overwritten, continue?';
|
sccsTrEdtConfirmationTreeReplace = 'The current tree will be overwritten, continue?';
|
||||||
sccsTrEdtOpenSaveDlgFilterXMLFiles = 'XML files (Node captions and properties)';
|
sccsTrEdtOpenSaveDlgFilterXMLFiles = 'XML files (Node captions and properties)';
|
||||||
sccsTrEdtOpenSaveDlgFilterTextFiles = 'Text files (Node captions only)';
|
sccsTrEdtOpenSaveDlgFilterTextFiles = 'Text files (Node captions only)';
|
||||||
|
Loading…
Reference in New Issue
Block a user