diff options
author | 2019-09-23 12:53:29 -0400 | |
---|---|---|
committer | 2019-09-23 12:53:29 -0400 | |
commit | 1b774a49521eff00bab0cc611f0f54b3b7f4d23b (patch) | |
tree | 3aec8b245d62744f2b8da941966a9bc8bfb321c7 /core/locale.conf | |
parent | 8d691eedfb6c62c231fc95d1be786de6cc945cb7 (diff) | |
download | textadept-1b774a49521eff00bab0cc611f0f54b3b7f4d23b.tar.gz textadept-1b774a49521eff00bab0cc611f0f54b3b7f4d23b.zip |
Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.
Also updated keybindings.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 3 |
1 files changed, 1 insertions, 2 deletions
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... |