aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.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/menu.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/menu.lua')
-rw-r--r--modules/textadept/menu.lua2
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()