summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/printerdrake.pm
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2004-08-30 07:31:12 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2004-08-30 07:31:12 +0000
commit57c66121bb4a32b124b2ae6bd2a2d555912827e5 (patch)
treeeb383b75a65ce30229852c78f59fcc1285145675 /perl-install/printer/printerdrake.pm
parentc9a4e1b63500315d1f1090e8cef288eb9c739fec (diff)
downloaddrakx-backup-do-not-use-57c66121bb4a32b124b2ae6bd2a2d555912827e5.tar
drakx-backup-do-not-use-57c66121bb4a32b124b2ae6bd2a2d555912827e5.tar.gz
drakx-backup-do-not-use-57c66121bb4a32b124b2ae6bd2a2d555912827e5.tar.bz2
drakx-backup-do-not-use-57c66121bb4a32b124b2ae6bd2a2d555912827e5.tar.xz
drakx-backup-do-not-use-57c66121bb4a32b124b2ae6bd2a2d555912827e5.zip
- Fixed duplicate translatable strings.
Diffstat (limited to 'perl-install/printer/printerdrake.pm')
-rw-r--r--perl-install/printer/printerdrake.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index da2904195..cbc0a65be 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -132,9 +132,11 @@ If some of these measures lead to problems for you, turn this option off, but th
disabled => sub {
$daemonless_cups;
} }),
- { val => N("Remote CUPS server and no local CUPS daemon: ") .
+ { val => N("Remote CUPS server and no local CUPS daemon") .
+ ": " .
($daemonless_cups ?
- N("On; Server:") . $remote_cups_server :
+ N("On") . "; " . N("Server") . ": " .
+ $remote_cups_server :
N("Off")),
help => N("In this mode the local CUPS daemon will be stopped and all printing requests go directly to the server specified below. Note that it is not possible to define local print queues then and if the specified server is down it cannot be printed at all from this machine."),
type => 'button',