From abc66da432abbc0e13ce17bf8c040047bf4ce8d2 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sun, 13 Aug 2006 14:50:45 +0200 Subject: [PATCH] really_add_keybinding: Indent msg_text arguments --- src/config/dialogs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/dialogs.c b/src/config/dialogs.c index 2b05cecef..66a5806d0 100644 --- a/src/config/dialogs.c +++ b/src/config/dialogs.c @@ -843,10 +843,10 @@ really_add_keybinding(void *data, unsigned char *keystroke) msg_box(new_hop->term, getml(new_hop, NULL), MSGBOX_FREE_TEXT, N_("Keystroke already used"), ALIGN_CENTER, msg_text(new_hop->term, N_("The keystroke \"%s\" " - "is currently used for \"%s\".\n" - "Are you sure you want to replace it?"), - canonical.length ? canonical.source : keystroke, - get_action_name(hop->keymap_id, action_id)), + "is currently used for \"%s\".\n" + "Are you sure you want to replace it?"), + canonical.length ? canonical.source : keystroke, + get_action_name(hop->keymap_id, action_id)), new_hop, 2, N_("~Yes"), really_really_add_keybinding, B_ENTER, N_("~No"), NULL, B_ESC);