diff options
author | 2020-02-21 13:44:39 -0500 | |
---|---|---|
committer | 2020-02-21 13:44:39 -0500 | |
commit | b4a67ffb3aedafcd778ad853246f8119f7e5e9e6 (patch) | |
tree | 4fbf98c50600d2e7045747bd2037996bd00ba355 /modules/textadept/menu.lua | |
parent | 24d5a0503683f2367d2110c559bbbce81777bd6a (diff) | |
download | textadept-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/menu.lua')
-rw-r--r-- | modules/textadept/menu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 5edc1683..5fc4f1f6 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -203,7 +203,7 @@ local default_menubar = { end}, SEPARATOR, { - title = _L['_Bookmark'], + title = _L['_Bookmarks'], {_L['_Toggle Bookmark'], textadept.bookmarks.toggle}, {_L['_Clear Bookmarks'], textadept.bookmarks.clear}, {_L['_Next Bookmark'], function() |