1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Mark the prompt for a key when adding a binding as translatable

Thanks to Kalle Olavi Niemitalo for noticing this omission.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-08-13 07:34:25 +00:00 committed by Miciah Dashiel Butler Masters
parent 5e1a1a215a
commit 75e292efe6

View File

@ -892,16 +892,16 @@ push_kbdbind_add_button(struct dialog_data *dlg_data,
}
text = msg_text(term,
"Action: %s\n"
"Keymap: %s\n"
"\n"
"Keystroke should be written in the format: "
"[Prefix-]Key\n"
"Prefix: Shift, Ctrl, Alt\n"
"Key: a,b,c,...,1,2,3,...,Space,Up,PageDown,"
"Tab,Enter,Insert,F5,..."
"\n\n"
"Keystroke",
N_("Action: %s\n"
"Keymap: %s\n"
"\n"
"Keystroke should be written in the format: "
"[Prefix-]Key\n"
"Prefix: Shift, Ctrl, Alt\n"
"Key: a,b,c,...,1,2,3,...,Space,Up,PageDown,"
"Tab,Enter,Insert,F5,..."
"\n\n"
"Keystroke"),
get_action_name(hop->keymap_id, hop->action_id),
get_keymap_name(hop->keymap_id));