diff options
author | Robert Vojta <rvojta@mandriva.com> | 2004-07-08 08:56:27 +0000 |
---|---|---|
committer | Robert Vojta <rvojta@mandriva.com> | 2004-07-08 08:56:27 +0000 |
commit | d5e36eb97719c3efea7f15f2658181cc92fe55da (patch) | |
tree | 92dbe849170a0067f3b41c21d70901d2a7e4254f /perl-install/standalone | |
parent | 2ae159623725aa5f6b0265da8f8bff5e297eb9f3 (diff) | |
download | drakx-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar drakx-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar.gz drakx-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar.bz2 drakx-d5e36eb97719c3efea7f15f2658181cc92fe55da.tar.xz drakx-d5e36eb97719c3efea7f15f2658181cc92fe55da.zip |
- typo fix (lost -> lose)
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/drakedm | 2 |
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"); } } |