diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-27 12:30:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-27 12:30:43 +0000 |
commit | 8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe (patch) | |
tree | 354a4e9ea472441ee66030a40fbe7663f6c33f8e /perl-install/printerdrake.pm | |
parent | b11df6721a25cda20db0230ccb913621559199b7 (diff) | |
download | drakx-8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe.tar drakx-8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe.tar.gz drakx-8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe.tar.bz2 drakx-8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe.tar.xz drakx-8ec6ca4926221d4a8cf1f4dfb10ada2c601dcdfe.zip |
no_comment
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r-- | perl-install/printerdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |