summaryrefslogtreecommitdiffstats
path: root/perl-install/printer/printerdrake.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-02-18 10:47:55 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-02-18 10:47:55 +0000
commit16b3886587c1b968e2d88b742526d510c0375223 (patch)
treed8622fa043d08a16aba9e1aa9ed696e0d1da5769 /perl-install/printer/printerdrake.pm
parent12fbac43fd9d52a96c3c83b6f0020c07b89ce416 (diff)
downloaddrakx-backup-do-not-use-16b3886587c1b968e2d88b742526d510c0375223.tar
drakx-backup-do-not-use-16b3886587c1b968e2d88b742526d510c0375223.tar.gz
drakx-backup-do-not-use-16b3886587c1b968e2d88b742526d510c0375223.tar.bz2
drakx-backup-do-not-use-16b3886587c1b968e2d88b742526d510c0375223.tar.xz
drakx-backup-do-not-use-16b3886587c1b968e2d88b742526d510c0375223.zip
Removed N( ) around IP numbers, there is no point in "translating" them
Diffstat (limited to 'perl-install/printer/printerdrake.pm')
-rw-r--r--perl-install/printer/printerdrake.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index 090316792..3cf29d2e2 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -234,11 +234,11 @@ If some of these measures lead to problems for you, turn this option off, but th
$in->ask_warn('',
N("The entered host/network IP is not correct.\n") .
N("Examples for correct IPs:\n") .
-N("192.168.100.194\n") .
-N("10.0.0.*\n") .
-N("10.1.*\n") .
-N("192.168.100.0/24\n") .
-N("192.168.100.0/255.255.255.0\n")
+ "192.168.100.194\n" .
+ "10.0.0.*\n" .
+ "10.1.*\n" .
+ "192.168.100.0/24\n" .
+ "192.168.100.0/255.255.255.0\n"
);
return (1,1);
}
@@ -411,8 +411,8 @@ N("192.168.100.0/255.255.255.0\n")
$in->ask_warn('',
N("The entered IP is not correct.\n") .
N("Examples for correct IPs:\n") .
-N("192.168.100.194\n") .
-N("10.0.0.2\n")
+ "192.168.100.194\n" .
+ "10.0.0.2\n"
);
return (1,0);
} else {