summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2003-02-10 22:36:20 +0000
committerFrederic Lepied <flepied@mandriva.com>2003-02-10 22:36:20 +0000
commit5aff07b4fb1c364dc3ab64359b79dce63ab4701b (patch)
tree547297954f15e99c026b8ea35eebf9703ed2a653
parent6b81dead89c722263740400d4c667fc0291b40f0 (diff)
downloaddrakx-backup-do-not-use-5aff07b4fb1c364dc3ab64359b79dce63ab4701b.tar
drakx-backup-do-not-use-5aff07b4fb1c364dc3ab64359b79dce63ab4701b.tar.gz
drakx-backup-do-not-use-5aff07b4fb1c364dc3ab64359b79dce63ab4701b.tar.bz2
drakx-backup-do-not-use-5aff07b4fb1c364dc3ab64359b79dce63ab4701b.tar.xz
drakx-backup-do-not-use-5aff07b4fb1c364dc3ab64359b79dce63ab4701b.zip
reworded network restart string
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
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"),