diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-04 09:43:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-04 09:43:43 +0000 |
commit | 4e29d66fe648167704a136dc09fbd6466cbf1547 (patch) | |
tree | 3f74979d34ff668e1b16bdf7355195b56345768a /perl-install/network/netconnect.pm | |
parent | 3cd0e109a20b32ce0909326a70123a04a203f11f (diff) | |
download | drakx-4e29d66fe648167704a136dc09fbd6466cbf1547.tar drakx-4e29d66fe648167704a136dc09fbd6466cbf1547.tar.gz drakx-4e29d66fe648167704a136dc09fbd6466cbf1547.tar.bz2 drakx-4e29d66fe648167704a136dc09fbd6466cbf1547.tar.xz drakx-4e29d66fe648167704a136dc09fbd6466cbf1547.zip |
fix wording
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index eb3235b0c..78dacffa3 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1182,7 +1182,7 @@ It is not necessary on most networks."), #- use net_applet by default $isdn->{dial_method} = $method->{name} || $isdn_dial_methods[1]{name}; }, - name => N("How do you to dial this connection ?"), + name => N("How do you want to dial this connection ?"), data => sub { [ { type => "list", val => \$isdn->{dial_method}, list => [ map { $_->{name} } @isdn_dial_methods ] } ] }, |