IDE: simplified wording of a warning in TreeView property editor

This commit is contained in:
Maxim Ganetsky 2025-05-05 01:46:30 +03:00
parent 023f45bfcc
commit 68be8af6a8

View File

@ -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)';