aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 13:44:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 13:44:39 -0500
commitb4a67ffb3aedafcd778ad853246f8119f7e5e9e6 (patch)
tree4fbf98c50600d2e7045747bd2037996bd00ba355 /modules/textadept/keys.lua
parent24d5a0503683f2367d2110c559bbbce81777bd6a (diff)
downloadtextadept-b4a67ffb3aedafcd778ad853246f8119f7e5e9e6.tar.gz
textadept-b4a67ffb3aedafcd778ad853246f8119f7e5e9e6.zip
Tweaked localization keys.
This is in anticipate of removing '_' from keys, which would have created duplicate keys.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index fe3ab785..d9fe3041 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -392,7 +392,7 @@ keys[not OSX and (GUI and 'cae' or 'mx')
keys[not OSX and (GUI and 'caE' or 'mX')
or 'cmE'] = m_tools[_L['_Previous Error']][2]
-- Bookmark.
-local m_bookmark = m_tools[_L['_Bookmark']]
+local m_bookmark = m_tools[_L['_Bookmarks']]
keys[not OSX and (GUI and 'cf2' or 'f1') or 'mf2'] = textadept.bookmarks.toggle
keys[not OSX and (GUI and 'csf2' or 'f6') or 'msf2'] = textadept.bookmarks.clear
keys.f2 = m_bookmark[_L['_Next Bookmark']][2]