diff options
author | 2017-02-28 18:17:03 -0500 | |
---|---|---|
committer | 2017-02-28 18:17:03 -0500 | |
commit | 1768e3369ac181172c44c30e9e6aa905cc596d0d (patch) | |
tree | 091f8531860b1ba05e66014dd2ead1a4cf4ddd33 | |
parent | e424baf163d3c75b4c11112c932507a1ba6190b7 (diff) | |
download | textadept-1768e3369ac181172c44c30e9e6aa905cc596d0d.tar.gz textadept-1768e3369ac181172c44c30e9e6aa905cc596d0d.zip |
Updated localization string; modules/textadept/menu.lua
Introduced in r2288 and r2291.
-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 |