mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-13 17:08:23 +02:00
IdeIntf: improved some captions in ImageList Editor dialog
This commit is contained in:
parent
9acd97c777
commit
a24b74f2da
@ -142,12 +142,12 @@ resourcestring
|
|||||||
sccsILEdtGrpLCaption = 'Images';
|
sccsILEdtGrpLCaption = 'Images';
|
||||||
sccsILEdtGrpRCaption = 'Selected Image';
|
sccsILEdtGrpRCaption = 'Selected Image';
|
||||||
sccsILEdtAdd = 'Add';
|
sccsILEdtAdd = 'Add';
|
||||||
sccsILEdtAddSingleResolution = 'Add image(s) from single resolution...';
|
sccsILEdtAddSingleResolution = 'Add image(s) with single resolution...';
|
||||||
sccsILEdtAddMoreResolutions = 'Add image from multiple resolutions ...';
|
sccsILEdtAddMoreResolutions = 'Add image with multiple resolutions ...';
|
||||||
sccsILEdtAddSliced = 'Add sliced ...';
|
sccsILEdtAddSliced = 'Add sliced ...';
|
||||||
sccsILEdtReplace = 'Replace';
|
sccsILEdtReplace = 'Replace';
|
||||||
sccsILEdtReplaceSingleResolution = 'Replace image by appropriate resolution ...';
|
sccsILEdtReplaceSingleResolution = 'Replace single resolution of an image ...';
|
||||||
sccsILEdtReplaceAllResolutions = 'Replace image by all resolutions ...';
|
sccsILEdtReplaceAllResolutions = 'Replace all resolutions of an image ...';
|
||||||
sccsILEdtPasteFromClipboard = 'Paste image from clipboard';
|
sccsILEdtPasteFromClipboard = 'Paste image from clipboard';
|
||||||
sccsILEdtRemove = 'Remove';
|
sccsILEdtRemove = 'Remove';
|
||||||
sccsILEdtDelete = '&Delete image';
|
sccsILEdtDelete = '&Delete image';
|
||||||
|
Loading…
Reference in New Issue
Block a user