mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 00:49:29 +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;
|
||||
lbMoveTo.Caption := lisMoveTo + ' '; // Anchors do not work here. Use spaces.
|
||||
|
||||
btnSelect.Caption := lisMenuSelect;
|
||||
btnSelect.Caption := lisMakeCurrent;
|
||||
btnRename.Caption := lisRename2;
|
||||
btnSetKeys.Caption := lisEditKey;
|
||||
btnEdit.Caption := lisEdit;
|
||||
|
@ -6213,6 +6213,7 @@ resourcestring
|
||||
lisRecordedMacros = 'Recorded';
|
||||
lisNewMacroName = 'Macro %d';
|
||||
lisEditorMacros = 'Editor macros';
|
||||
lisMakeCurrent = 'Current';
|
||||
lisPlay = 'Play';
|
||||
lisRecord = 'Record';
|
||||
lisRepeat = 'Repeat';
|
||||
|
Loading…
Reference in New Issue
Block a user