From 1b774a49521eff00bab0cc611f0f54b3b7f4d23b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:53:29 -0400 Subject: Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`. Also updated keybindings. --- core/locale.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index 73acc90c..f915372f 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -245,8 +245,7 @@ _Previous Bookmark = _Previous Bookmark _Goto Bookmark... = _Goto Bookmark... # Menu items for recording, playing back, saving, and loading macros. _Macros = _Macros -_Start Recording = _Start Recording -Sto_p Recording = Sto_p Recording +Start/Stop _Recording = Start/Stop _Recording _Play = _Play Sa_ve... = Sa_ve... _Load... = _Load... -- cgit v1.2.3