summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-14 16:15:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-14 16:15:56 +0000
commitf5fe86e85806373518425886ef3772cd0ba7134b (patch)
treeb48a73f4489dee534ace28a6b1d5e57d9cc636bd /perl-install/printer
parentf06325e41abd77849802f8b022dbfc78f6f88bf0 (diff)
downloaddrakx-backup-do-not-use-f5fe86e85806373518425886ef3772cd0ba7134b.tar
drakx-backup-do-not-use-f5fe86e85806373518425886ef3772cd0ba7134b.tar.gz
drakx-backup-do-not-use-f5fe86e85806373518425886ef3772cd0ba7134b.tar.bz2
drakx-backup-do-not-use-f5fe86e85806373518425886ef3772cd0ba7134b.tar.xz
drakx-backup-do-not-use-f5fe86e85806373518425886ef3772cd0ba7134b.zip
please perl_checker
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/printerdrake.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index af8ed1c76..7345d09da 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -90,8 +90,8 @@ sub config_cups {
N("Custom configuration") :
($#{$sharehosts->{list}} >= 0 ?
($#{$sharehosts->{list}} > 1 ?
- join (", ", @{$sharehosts->{list}}[0,1]) . " ..." :
- join (", ", @{$sharehosts->{list}})) :
+ join(", ", @{$sharehosts->{list}}[0,1]) . " ..." :
+ join(", ", @{$sharehosts->{list}})) :
N("No remote machines"))),
type => 'button',
clicked_may_quit => sub {