summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draknet
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/draknet')
-rwxr-xr-xperl-install/standalone/draknet5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet
index ec0f35d07..a5d585b9f 100755
--- a/perl-install/standalone/draknet
+++ b/perl-install/standalone/draknet
@@ -20,8 +20,9 @@
use lib qw(/usr/lib/libDrakX);
+use standalone; #- warning, standalone must be loaded very first, for 'explanations'
+
use interactive;
-use standalone;
use common;
use network::netconnect;
use network::ethernet;
@@ -399,7 +400,7 @@ sub update2 {
$isconnected = $to_update;
if($isconnected !=-1) {
if ($isconnected && !in_ifconfig($netcnx->{NET_INTERFACE})) {
- $warning_label1->set(_("Warning, another internet connexion has been detected, maybe using your network"));
+ $warning_label1->set(_("Warning, another Internet connection has been detected, maybe using your network"));
$isconnected=0;
} else { $warning_label1->set("") }
$label8->set($isconnected ? _("Connected") : _("Not connected"));