summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-19 09:51:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-19 09:51:50 +0000
commit6b2fffca094915ce361e5c6bdb98db28afc1779c (patch)
tree6f34fb86d51ee8563d819a63f9859904be945fba /perl-install/standalone/drakedm
parent421c1c957761a2a7da2510458ea9ae7260ac7480 (diff)
downloaddrakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.gz
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.bz2
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.xz
drakx-backup-do-not-use-6b2fffca094915ce361e5c6bdb98db28afc1779c.zip
typo fixes
Diffstat (limited to 'perl-install/standalone/drakedm')
-rw-r--r--perl-install/standalone/drakedm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm
index 337e8d9b9..b0f57326b 100644
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -74,8 +74,8 @@ several different X sessions on your local machine at the same time.")),
} $cfg_file;
log::explanations(qq(Switching to "$dm" display manager));
if (any::running_window_manager()) {
- $in->ask_yesorno('', N("The change is done, do you want to restart the dm service ?"), 1) and
- $in->ask_yesorno('', N("You are going to close all running programs and lose your current session. Are you really sure that you want to restart the dm service ?"), 1) and
+ $in->ask_yesorno('', N("The change is done, do you want to restart the dm service?"), 1) and
+ $in->ask_yesorno('', N("You are going to close all running programs and lose your current session. Are you really sure that you want to restart the dm service?"), 1) and
run_program::run("nohup", "/etc/rc.d/init.d/dm", "restart");
}
}