summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorRobert Vojta <rvojta@mandriva.com>2004-07-08 08:56:27 +0000
committerRobert Vojta <rvojta@mandriva.com>2004-07-08 08:56:27 +0000
commitd5e36eb97719c3efea7f15f2658181cc92fe55da (patch)
tree92dbe849170a0067f3b41c21d70901d2a7e4254f /perl-install/standalone/drakedm
parent2ae159623725aa5f6b0265da8f8bff5e297eb9f3 (diff)
downloaddrakx-backup-do-not-use-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar
drakx-backup-do-not-use-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar.gz
drakx-backup-do-not-use-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar.bz2
drakx-backup-do-not-use-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar.xz
drakx-backup-do-not-use-d5e36eb97719c3efea7f15f2658181cc92fe55da.zip
- typo fix (lost -> lose)
Diffstat (limited to 'perl-install/standalone/drakedm')
-rw-r--r--perl-install/standalone/drakedm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm
index 81631d4b4..584ef4458 100644
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -75,7 +75,7 @@ several different X sessions on your local machine at the same time.")),
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 lost your current session. Are you really sure that 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::rooted($::prefix, "nohup", "/etc/rc.d/init.d/dm", "restart");
}
}