From 68be8af6a8fa71878df5185fa9c623a25826c7d2 Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Mon, 5 May 2025 01:46:30 +0300 Subject: [PATCH] IDE: simplified wording of a warning in TreeView property editor --- components/ideintf/objinspstrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ideintf/objinspstrconsts.pas b/components/ideintf/objinspstrconsts.pas index 7fec26cf1c..67335bc6f5 100644 --- a/components/ideintf/objinspstrconsts.pas +++ b/components/ideintf/objinspstrconsts.pas @@ -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)';