Menubar: Shorten the prompt to just run

Signed-off-by: Ignas Anikevicius (gns_ank) <anikevicius@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Ignas Anikevicius (gns_ank) 2012-05-05 23:43:33 +01:00 committed by Uli Schlachter
parent 6b16d19c9b
commit 887b110f5d
1 changed files with 2 additions and 2 deletions

View File

@ -206,13 +206,13 @@ local function prompt_keypressed_callback(mod, key, comm)
if comm == "" and current_category then
current_category = nil
current_item = previous_item
return true, nil, "Run app: "
return true, nil, "Run: "
end
elseif key == "Escape" then
if current_category then
current_category = nil
current_item = previous_item
return true, nil, "Run app: "
return true, nil, "Run: "
end
elseif key == "Home" then
current_item = 1