diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-16 23:04:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-16 23:04:52 +0000 |
commit | 5cc808dbf7e03fcb5859ef2a4341835eb14886d4 (patch) | |
tree | cfe54e733b2d5ce76026b2951b1a97991a4ca778 /perl-install | |
parent | 65fa56be1cd0fce3729e4c942c30df45e5271556 (diff) | |
download | drakx-5cc808dbf7e03fcb5859ef2a4341835eb14886d4.tar drakx-5cc808dbf7e03fcb5859ef2a4341835eb14886d4.tar.gz drakx-5cc808dbf7e03fcb5859ef2a4341835eb14886d4.tar.bz2 drakx-5cc808dbf7e03fcb5859ef2a4341835eb14886d4.tar.xz drakx-5cc808dbf7e03fcb5859ef2a4341835eb14886d4.zip |
small reindenting
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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 => |