summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-05 12:05:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-05 12:05:04 +0000
commit59d2fc3eaf0c46edd993217ab331e6f6ef9243c3 (patch)
treedbd5f48fd513dbc18487d7040ed2d4bc5c105801 /perl-install
parent606d4a0d71678f74bb52d5e969a092e6dc8b2364 (diff)
downloaddrakx-backup-do-not-use-59d2fc3eaf0c46edd993217ab331e6f6ef9243c3.tar
drakx-backup-do-not-use-59d2fc3eaf0c46edd993217ab331e6f6ef9243c3.tar.gz
drakx-backup-do-not-use-59d2fc3eaf0c46edd993217ab331e6f6ef9243c3.tar.bz2
drakx-backup-do-not-use-59d2fc3eaf0c46edd993217ab331e6f6ef9243c3.tar.xz
drakx-backup-do-not-use-59d2fc3eaf0c46edd993217ab331e6f6ef9243c3.zip
the #-PO: comment must be before the N("...") with nothing in between
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index cd4829d08..06c87f287 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -168,8 +168,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" ],
+ [ #-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("ISDN connection"), N("(detected %s)", join(', ', map { $_->{description} } values %{$netc->{autodetect}{isdn}})), "isdn" ],
[ N("ADSL connection"), N("(detected)"), "adsl" ],