From 5aff07b4fb1c364dc3ab64359b79dce63ab4701b Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Mon, 10 Feb 2003 22:36:20 +0000 Subject: reworded network restart string --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 2bc9d0258..37336a153 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -232,7 +232,7 @@ If you don't want to use the auto detection, deselect the checkbox. my $network_configured = 1; eval { if ($netconnect::need_restart_network && $::isStandalone and (!$::expert or $in->ask_yesorno(N("Network configuration"), - N("The network needs to be restarted"), 1))) { + N("The network needs to be restarted. Do you want to restart it ?"), 1))) { if (!run_program::rooted($prefix, "/etc/rc.d/init.d/network restart")) { $success = 0; $in->ask_okcancel(N("Network Configuration"), -- cgit v1.2.1