From 5b2511834db13d21724314c20be06aa71afdee2b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 21 Feb 2020 16:09:53 -0500 Subject: Removed '_' mnemonics from locale keys. Kept backward-compatibility for now. --- modules/textadept/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/run.lua') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 047adcca..52471ed7 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -290,7 +290,7 @@ function M.build(root_directory) if lfs.attributes(root_directory..'/'..build_file) then local button, utf8_command = ui.dialogs.inputbox{ title = _L['Command'], informative_text = root_directory, - text = build_command, button1 = _L['_OK'], button2 = _L['_Cancel'] + text = build_command, button1 = _L['OK'], button2 = _L['Cancel'] } if button == 1 then command = utf8_command:iconv(_CHARSET, 'UTF-8') end break -- cgit v1.2.3