mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:55:55 +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';
|
||||
sccsTrEdtInvalidIndex = '"%s" has only %d images';
|
||||
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?';
|
||||
sccsTrEdtOpenSaveDlgFilterXMLFiles = 'XML files (Node captions and properties)';
|
||||
sccsTrEdtOpenSaveDlgFilterTextFiles = 'Text files (Node captions only)';
|
||||
|
Loading…
Reference in New Issue
Block a user