diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-12 10:31:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-12 10:31:55 +0000 |
commit | ece615f9614636d959079b066aa43fc469f99cef (patch) | |
tree | cfeeee7fea9aff7778e4ac0368eb7adda9a61f79 | |
parent | b18e46c959705ef7cbdba365dff9b056c74cd645 (diff) | |
download | drakx-ece615f9614636d959079b066aa43fc469f99cef.tar drakx-ece615f9614636d959079b066aa43fc469f99cef.tar.gz drakx-ece615f9614636d959079b066aa43fc469f99cef.tar.bz2 drakx-ece615f9614636d959079b066aa43fc469f99cef.tar.xz drakx-ece615f9614636d959079b066aa43fc469f99cef.zip |
fix buttons so that they're labeled as cancel/ok instead of
previous/next when warning in network installations
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index f88ee25ae..ec90bc116 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1209,6 +1209,7 @@ Test your connection via net_monitor or mcc. If your connection doesn't work, yo my $use_wizard = 1; if ($::isInstall) { if ($first_time && $in->{method} =~ /^(ftp|http|nfs)$/) { + local $::isWizard; !$::expert && !$o_noauto || $in->ask_okcancel(N("Network Configuration"), N("Because you are doing a network installation, your network is already configured. Click on Ok to keep your configuration, or cancel to reconfigure your Internet & Network connection. |