summaryrefslogtreecommitdiffstats
path: root/perl-install/network.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-09-24 22:58:17 +0000
committerdamien <damien@mandriva.com>2000-09-24 22:58:17 +0000
commitab4fd98949bd53e6bd10526623c6b612722264fa (patch)
treeab5ae32da9a9fb4a82b3739acee1a4f2e8c72786 /perl-install/network.pm
parent2383474b8210eef1d069fcf49fe62015019e0c85 (diff)
downloaddrakx-ab4fd98949bd53e6bd10526623c6b612722264fa.tar
drakx-ab4fd98949bd53e6bd10526623c6b612722264fa.tar.gz
drakx-ab4fd98949bd53e6bd10526623c6b612722264fa.tar.bz2
drakx-ab4fd98949bd53e6bd10526623c6b612722264fa.tar.xz
drakx-ab4fd98949bd53e6bd10526623c6b612722264fa.zip
stc
Diffstat (limited to 'perl-install/network.pm')
-rw-r--r--perl-install/network.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/network.pm b/perl-install/network.pm
index b28482edc..4ba9f3c16 100644
--- a/perl-install/network.pm
+++ b/perl-install/network.pm
@@ -253,7 +253,7 @@ sub configureNetwork {
my $intf2 = findIntf($intf ||= {}, $_);
add2hash($intf2, $last);
add2hash($intf2, { NETMASK => '255.255.255.0' });
- configureNetworkIntf($in, $intf2, $netc->{net_device}, 0) or last;
+ configureNetworkIntf($in, $intf2, $netc->{NET_DEVICE}, 0) or last;
$netc ||= {};
$last = $intf2;
@@ -284,8 +284,8 @@ sub configureNetworkIntf {
if ($net_device eq $intf->{DEVICE}) {
$skip and return 1;
$text = _("WARNING : This device has been previously configured to connect to the Internet.
-Simply press Cancel to keep this device configured.
-Modifying the fields below and clicking on OK will override this configuration.");
+Simply press OK to keep this device configured.
+Modifying the fields below will override this configuration.");
}
else {
$text = _("Please enter the IP configuration for this machine.