From b4a67ffb3aedafcd778ad853246f8119f7e5e9e6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 21 Feb 2020 13:44:39 -0500 Subject: Tweaked localization keys. This is in anticipate of removing '_' from keys, which would have created duplicate keys. --- modules/textadept/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/menu.lua') 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() -- cgit v1.2.3