From 57c66121bb4a32b124b2ae6bd2a2d555912827e5 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 30 Aug 2004 07:31:12 +0000 Subject: - Fixed duplicate translatable strings. --- perl-install/printer/printerdrake.pm | 6 ++++-- 1 file 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', -- cgit v1.2.1