From 1768e3369ac181172c44c30e9e6aa905cc596d0d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 28 Feb 2017 18:17:03 -0500 Subject: Updated localization string; modules/textadept/menu.lua Introduced in r2288 and r2291. --- modules/textadept/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index ac979715..2a9acd12 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -546,7 +546,7 @@ function M.select_command() end build_command_tables(getmetatable(M.menubar).menu) local button, i = ui.dialogs.filteredlist{ - title = _L['Run Command'], columns = {_L['Command'], _L['Key Command']}, + title = _L['Run Command'], columns = {_L['Command'], _L['Key Binding']}, items = items, width = CURSES and ui.size[1] - 2 or nil } if button ~= 1 or not i then return end -- cgit v1.2.3