From 5cc808dbf7e03fcb5859ef2a4341835eb14886d4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Jan 2004 23:04:52 +0000 Subject: small reindenting --- perl-install/network/netconnect.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 210f7b0c8..d78f62148 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -167,8 +167,8 @@ If you don't want to use the auto detection, deselect the checkbox. my @connections = ( [ #-PO: here, "(detected)" string will be appended to eg "ADSL connection" - N("Normal modem connection"), N("(detected on port %s)", $netc->{autodetect}{modem}), "modem" ], - [ N("Winmodem connection"), N("(detected)"), "winmodem" ], + N("Normal modem connection"), N("(detected on port %s)", $netc->{autodetect}{modem}), "modem" ], + [ N("Winmodem connection"), N("(detected)"), "winmodem" ], [ N("ISDN connection"), N("(detected %s)", join(', ', map { $_->{description} } values %{$netc->{autodetect}{isdn}})), "isdn" ], [ N("ADSL connection"), N("(detected)"), "adsl" ], [ N("Cable connection"), N("(detected)"), "cable" ], @@ -841,7 +841,7 @@ You may also enter the IP address of the gateway if you have one."), $up = connected(); } $success = $up; - return $a ? "disconnect" : "end"; + return $a ? "disconnect" : "end"; } }, disconnect => -- cgit v1.2.1