From 6f67475c3bbb3bc593ed666b5340fbe2cbfb2f21 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 17 Nov 2003 19:35:29 +0000 Subject: [PATCH] Fixed paste_warning format git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3177 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index f316bdce..39bb984b 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -74,7 +74,7 @@ FORMAT_REC gui_text_formats[] = /* ---- */ { NULL, "Pasting", 0 }, - { "paste_warning", "Pasting lines to. Press Ctrl-O if you wish to do this or Ctrl-C to cancel.", 2, { 1, 0 } }, + { "paste_warning", "Pasting $0 lines to $1. Press Ctrl-O if you wish to do this or Ctrl-C to cancel.", 2, { 1, 0 } }, { "paste_prompt", "Hit Ctrl-O to paste, Ctrl-C to abort?", 0 }, { NULL, NULL, 0 }