From 16b3886587c1b968e2d88b742526d510c0375223 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 18 Feb 2003 10:47:55 +0000 Subject: Removed N( ) around IP numbers, there is no point in "translating" them --- perl-install/printer/printerdrake.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'perl-install') 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 { -- cgit v1.2.1