diff options
author | 2020-02-21 16:09:53 -0500 | |
---|---|---|
committer | 2020-02-21 16:09:53 -0500 | |
commit | 5b2511834db13d21724314c20be06aa71afdee2b (patch) | |
tree | 8235872dd868dd2bf87592a0b2ac0a11bf945f2c /core/._M.luadoc | |
parent | b4a67ffb3aedafcd778ad853246f8119f7e5e9e6 (diff) | |
download | textadept-5b2511834db13d21724314c20be06aa71afdee2b.tar.gz textadept-5b2511834db13d21724314c20be06aa71afdee2b.zip |
Removed '_' mnemonics from locale keys.
Kept backward-compatibility for now.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r-- | core/._M.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc index 44f39807..bc6f81cf 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -130,7 +130,7 @@ -- {'Item 1', function() ... end}, -- {'Item 2', function() ... end} -- } --- local tools = textadept.menu.menubar[_L['_Tools']] +-- local tools = textadept.menu.menubar[_L['Tools']] -- tools[#tools + 1] = lua_menu -- textadept.menu.context_menu[#textadept.menu.context_menu + 1] = lua_menu module('_M')]] |