summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-02-25 16:09:30 +0000
committerOlivier Blin <oblin@mandriva.org>2005-02-25 16:09:30 +0000
commit191a3e46865a382063c51d973c070e89a50b9fed (patch)
tree46590de89371fd64979e7311924bc52504f800c2
parentad4c44a0f2c860e3f6e6a48b65352a690aec1675 (diff)
downloaddrakx-backup-do-not-use-191a3e46865a382063c51d973c070e89a50b9fed.tar
drakx-backup-do-not-use-191a3e46865a382063c51d973c070e89a50b9fed.tar.gz
drakx-backup-do-not-use-191a3e46865a382063c51d973c070e89a50b9fed.tar.bz2
drakx-backup-do-not-use-191a3e46865a382063c51d973c070e89a50b9fed.tar.xz
drakx-backup-do-not-use-191a3e46865a382063c51d973c070e89a50b9fed.zip
space fixes
-rw-r--r--perl-install/network/netconnect.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 7893b8df1..d79a63f29 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1353,7 +1353,7 @@ It is not necessary on most networks."),
network::ethernet::write_ether_conf($in, $modules_conf, $netcnx, $netc, $intf) if $netcnx->{type} eq 'lan';
if ($a && !$::testing && !run_program::rooted($::prefix, "/etc/rc.d/init.d/network restart")) {
$success = 0;
- $in->ask_okcancel(N("Network Configuration"),
+ $in->ask_okcancel(N("Network Configuration"),
N("A problem occurred while restarting the network: \n\n%s", `/etc/rc.d/init.d/network restart`), 0);
}
return $offer_to_connect->();
@@ -1361,7 +1361,7 @@ It is not necessary on most networks."),
},
- ask_connect_now =>
+ ask_connect_now =>
{
name => N("Do you want to try to connect to the Internet now?"),
type => "yesorno",