From 191a3e46865a382063c51d973c070e89a50b9fed Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 25 Feb 2005 16:09:30 +0000 Subject: space fixes --- perl-install/network/netconnect.pm | 4 ++-- 1 file 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", -- cgit v1.2.1