From 8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Dec 1999 12:30:43 +0000 Subject: no_comment --- perl-install/printerdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printerdrake.pm') diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index c014440c1..876f39dbe 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -253,7 +253,7 @@ _("Color depth options") => { val => \$printer->{BITSPERPIXEL}, type => 'list', if (@lpq_output) { $action = $in->ask_yesorno('', _("Test page(s) have been sent to the printer daemon. This may take a little time before printer start. -Does it work properly? Printing status:\n%s", "@lpq_output"), 1) ? 'done' : 'change'; +Printing status:\n%s\n\nDoes it work properly?", "@lpq_output"), 1) ? 'done' : 'change'; } else { $action = $in->ask_yesorno('', _("Test page(s) have been sent to the printer daemon. This may take a little time before printer start. -- cgit v1.2.1