IdeIntf: improved some captions in ImageList Editor dialog

This commit is contained in:
Maxim Ganetsky 2024-07-02 16:41:51 +03:00
parent 9acd97c777
commit a24b74f2da

View File

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