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:
parent
5e1a1a215a
commit
75e292efe6
@ -892,7 +892,7 @@ push_kbdbind_add_button(struct dialog_data *dlg_data,
|
||||
}
|
||||
|
||||
text = msg_text(term,
|
||||
"Action: %s\n"
|
||||
N_("Action: %s\n"
|
||||
"Keymap: %s\n"
|
||||
"\n"
|
||||
"Keystroke should be written in the format: "
|
||||
@ -901,7 +901,7 @@ push_kbdbind_add_button(struct dialog_data *dlg_data,
|
||||
"Key: a,b,c,...,1,2,3,...,Space,Up,PageDown,"
|
||||
"Tab,Enter,Insert,F5,..."
|
||||
"\n\n"
|
||||
"Keystroke",
|
||||
"Keystroke"),
|
||||
get_action_name(hop->keymap_id, hop->action_id),
|
||||
get_keymap_name(hop->keymap_id));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user