diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-02-25 16:09:30 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-02-25 16:09:30 +0000 |
commit | 191a3e46865a382063c51d973c070e89a50b9fed (patch) | |
tree | 46590de89371fd64979e7311924bc52504f800c2 /perl-install/network/netconnect.pm | |
parent | ad4c44a0f2c860e3f6e6a48b65352a690aec1675 (diff) | |
download | drakx-191a3e46865a382063c51d973c070e89a50b9fed.tar drakx-191a3e46865a382063c51d973c070e89a50b9fed.tar.gz drakx-191a3e46865a382063c51d973c070e89a50b9fed.tar.bz2 drakx-191a3e46865a382063c51d973c070e89a50b9fed.tar.xz drakx-191a3e46865a382063c51d973c070e89a50b9fed.zip |
space fixes
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 4 |
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", |