summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-19 16:30:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-19 16:30:45 +0000
commita36dc6d8fd244e0ab7b2093d43e88b47cc63219d (patch)
tree9c928873c639c812262451f1d019be6663547a91 /perl-install
parentc098d2e4a408cd2c3b4a21409267f8bc8d1d2675 (diff)
downloaddrakx-a36dc6d8fd244e0ab7b2093d43e88b47cc63219d.tar
drakx-a36dc6d8fd244e0ab7b2093d43e88b47cc63219d.tar.gz
drakx-a36dc6d8fd244e0ab7b2093d43e88b47cc63219d.tar.bz2
drakx-a36dc6d8fd244e0ab7b2093d43e88b47cc63219d.tar.xz
drakx-a36dc6d8fd244e0ab7b2093d43e88b47cc63219d.zip
winmodem connection'll be merge into modem connection
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index ecf63a55f..a73d3a629 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -179,8 +179,7 @@ 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("Modem connection"), N("(detected on port %s)", $netc->{autodetect}{modem}), "modem" ],
[ 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" ],