Editor Macros: change button caption for clarity

git-svn-id: trunk@57432 -
This commit is contained in:
martin 2018-03-03 01:08:19 +00:00
parent 64656d67ad
commit d1fd0b02d0
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -6213,6 +6213,7 @@ resourcestring
lisRecordedMacros = 'Recorded';
lisNewMacroName = 'Macro %d';
lisEditorMacros = 'Editor macros';
lisMakeCurrent = 'Current';
lisPlay = 'Play';
lisRecord = 'Record';
lisRepeat = 'Repeat';