1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-05-18 00:48:57 -04: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, text = msg_text(term,
"Action: %s\n" N_("Action: %s\n"
"Keymap: %s\n" "Keymap: %s\n"
"\n" "\n"
"Keystroke should be written in the format: " "Keystroke should be written in the format: "
"[Prefix-]Key\n" "[Prefix-]Key\n"
"Prefix: Shift, Ctrl, Alt\n" "Prefix: Shift, Ctrl, Alt\n"
"Key: a,b,c,...,1,2,3,...,Space,Up,PageDown," "Key: a,b,c,...,1,2,3,...,Space,Up,PageDown,"
"Tab,Enter,Insert,F5,..." "Tab,Enter,Insert,F5,..."
"\n\n" "\n\n"
"Keystroke", "Keystroke"),
get_action_name(hop->keymap_id, hop->action_id), get_action_name(hop->keymap_id, hop->action_id),
get_keymap_name(hop->keymap_id)); get_keymap_name(hop->keymap_id));