From a24b74f2da4d0528cc63f15348a84d0716240c22 Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Tue, 2 Jul 2024 16:41:51 +0300 Subject: [PATCH] IdeIntf: improved some captions in ImageList Editor dialog --- components/ideintf/objinspstrconsts.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/ideintf/objinspstrconsts.pas b/components/ideintf/objinspstrconsts.pas index 4af5cf931a..3829764fbc 100644 --- a/components/ideintf/objinspstrconsts.pas +++ b/components/ideintf/objinspstrconsts.pas @@ -142,12 +142,12 @@ resourcestring sccsILEdtGrpLCaption = 'Images'; sccsILEdtGrpRCaption = 'Selected Image'; sccsILEdtAdd = 'Add'; - sccsILEdtAddSingleResolution = 'Add image(s) from single resolution...'; - sccsILEdtAddMoreResolutions = 'Add image from multiple resolutions ...'; + sccsILEdtAddSingleResolution = 'Add image(s) with single resolution...'; + sccsILEdtAddMoreResolutions = 'Add image with multiple resolutions ...'; sccsILEdtAddSliced = 'Add sliced ...'; sccsILEdtReplace = 'Replace'; - sccsILEdtReplaceSingleResolution = 'Replace image by appropriate resolution ...'; - sccsILEdtReplaceAllResolutions = 'Replace image by all resolutions ...'; + sccsILEdtReplaceSingleResolution = 'Replace single resolution of an image ...'; + sccsILEdtReplaceAllResolutions = 'Replace all resolutions of an image ...'; sccsILEdtPasteFromClipboard = 'Paste image from clipboard'; sccsILEdtRemove = 'Remove'; sccsILEdtDelete = '&Delete image';