mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:59:19 +02:00
ideintf: rename action list editor and image list editor verbs
git-svn-id: trunk@23175 -
This commit is contained in:
parent
94632103e8
commit
3c8cb59395
@ -1018,7 +1018,7 @@ end;
|
||||
|
||||
function TActionListComponentEditor.GetVerb(Index: Integer): string;
|
||||
begin
|
||||
Result := oisEditActionList;
|
||||
Result := oisActionListComponentEditor;
|
||||
end;
|
||||
|
||||
procedure TActionListComponentEditor.ExecuteVerb(Index: Integer);
|
||||
|
@ -596,7 +596,7 @@ end;
|
||||
|
||||
function TImageListComponentEditor.GetVerb(Index: Integer): String;
|
||||
begin
|
||||
Result := sccsILEdtCaption + '...';
|
||||
Result := oisImageListComponentEditor;
|
||||
end;
|
||||
|
||||
function TImageListComponentEditor.GetVerbCount: Integer;
|
||||
|
@ -122,6 +122,7 @@ resourcestring
|
||||
sccsLvEdtItem = 'Item';
|
||||
|
||||
// Image editor strings
|
||||
oisImageListComponentEditor = 'I&mageList Editor...';
|
||||
sccsILEdtCaption = 'ImageList Editor';
|
||||
sccsILEdtGrpLCaption = 'Images';
|
||||
sccsILEdtGrpRCaption = 'Selected Image';
|
||||
@ -230,8 +231,8 @@ resourcestring
|
||||
cActionListEditorFileCategory = 'File';
|
||||
cActionListEditorDatabaseCategory = 'Database';
|
||||
|
||||
oisEditActionList = 'Edit action list...';
|
||||
oisActionListEditor = 'Action List Editor';
|
||||
oisActionListComponentEditor = 'Action&List Editor...';
|
||||
oisActionListEditor = 'ActionList Editor';
|
||||
oisErrorDeletingAction = 'Error deleting action';
|
||||
oisErrorWhileDeletingAction = 'Error while deleting action:%s%s';
|
||||
cActionListEditorNewAction = 'New Action';
|
||||
|
Loading…
Reference in New Issue
Block a user