mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 15:18:16 +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';
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user