diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printerdrake.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index ea763dc7c..e21e5c8d9 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -776,8 +776,7 @@ sub main { unless ((%{$printer->{configured} || {}} == ()) && (!$::expert)) { $in->ask_from_entries_refH_powered( {messages => - _("Here are the following print queues. - You can add some more or change the existing ones."), + _("Here are the following print queues.\nYou can add some more or change the existing ones."), cancel => '', }, # List the queues |