mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 00:19:25 +02:00
Editor Macros: change button caption for clarity
git-svn-id: trunk@57432 -
This commit is contained in:
parent
64656d67ad
commit
d1fd0b02d0
@ -1414,7 +1414,7 @@ begin
|
|||||||
tbMoveIDE.Caption := lisIDE;
|
tbMoveIDE.Caption := lisIDE;
|
||||||
lbMoveTo.Caption := lisMoveTo + ' '; // Anchors do not work here. Use spaces.
|
lbMoveTo.Caption := lisMoveTo + ' '; // Anchors do not work here. Use spaces.
|
||||||
|
|
||||||
btnSelect.Caption := lisMenuSelect;
|
btnSelect.Caption := lisMakeCurrent;
|
||||||
btnRename.Caption := lisRename2;
|
btnRename.Caption := lisRename2;
|
||||||
btnSetKeys.Caption := lisEditKey;
|
btnSetKeys.Caption := lisEditKey;
|
||||||
btnEdit.Caption := lisEdit;
|
btnEdit.Caption := lisEdit;
|
||||||
|
@ -6213,6 +6213,7 @@ resourcestring
|
|||||||
lisRecordedMacros = 'Recorded';
|
lisRecordedMacros = 'Recorded';
|
||||||
lisNewMacroName = 'Macro %d';
|
lisNewMacroName = 'Macro %d';
|
||||||
lisEditorMacros = 'Editor macros';
|
lisEditorMacros = 'Editor macros';
|
||||||
|
lisMakeCurrent = 'Current';
|
||||||
lisPlay = 'Play';
|
lisPlay = 'Play';
|
||||||
lisRecord = 'Record';
|
lisRecord = 'Record';
|
||||||
lisRepeat = 'Repeat';
|
lisRepeat = 'Repeat';
|
||||||
|
Loading…
Reference in New Issue
Block a user