From 75e292efe63c2b33c3bb7669f72fb93992adc8d7 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Sun, 13 Aug 2006 07:34:25 +0000 Subject: [PATCH] Mark the prompt for a key when adding a binding as translatable Thanks to Kalle Olavi Niemitalo for noticing this omission. --- src/config/dialogs.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/config/dialogs.c b/src/config/dialogs.c index 97f6f5de6..0b4aa279c 100644 --- a/src/config/dialogs.c +++ b/src/config/dialogs.c @@ -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));