diff options
-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 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 |