diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-08-08 17:31:03 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-08-08 17:31:03 +0000 |
commit | ba1f04e7c037473fe25d7985a8180ce6fdb16f5c (patch) | |
tree | 8784f43a31af124590f972c30224321a3394c468 /perl-install/printerdrake.pm | |
parent | dbc0359739723834f81740fe02454bca49d778f7 (diff) | |
download | drakx-ba1f04e7c037473fe25d7985a8180ce6fdb16f5c.tar drakx-ba1f04e7c037473fe25d7985a8180ce6fdb16f5c.tar.gz drakx-ba1f04e7c037473fe25d7985a8180ce6fdb16f5c.tar.bz2 drakx-ba1f04e7c037473fe25d7985a8180ce6fdb16f5c.tar.xz drakx-ba1f04e7c037473fe25d7985a8180ce6fdb16f5c.zip |
fixed a translatable string
Diffstat (limited to 'perl-install/printerdrake.pm')
-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 |