diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-20 14:46:25 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-20 14:46:25 +0000 |
commit | 49188a6c674c192a3472b13c38647a56b377fbfc (patch) | |
tree | 9d24bbe6074c59d5bcaa5c42feb47279ebd0244d | |
parent | 20a7291992fd7e8e6d8d9a6d14cc88117ad162ee (diff) | |
download | drakx-49188a6c674c192a3472b13c38647a56b377fbfc.tar drakx-49188a6c674c192a3472b13c38647a56b377fbfc.tar.gz drakx-49188a6c674c192a3472b13c38647a56b377fbfc.tar.bz2 drakx-49188a6c674c192a3472b13c38647a56b377fbfc.tar.xz drakx-49188a6c674c192a3472b13c38647a56b377fbfc.zip |
fix nonsense in reconfigure message (#10827)
-rw-r--r-- | perl-install/network/netconnect.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 0f9540f18..892f9c1d9 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -841,9 +841,10 @@ You can find a driver on http://eciadsl.flashtux.org/"), lan_alrd_cfg => { name => N("WARNING: this device has been previously configured to connect to the Internet. -Simply accept to keep this device configured. -Modifying the fields below will override this configuration."), +Modifying the fields below will override this configuration. +Do you really want to reconfigure this device ?"), type => "yesorno", + default => "no", post => sub { my ($res) = @_; return $res ? "lan_protocol" : "alrd_end"; |