diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-30 10:48:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-30 10:48:27 +0000 |
commit | d83f84116bbb507220e55a6f74b9c57df0cb9ce9 (patch) | |
tree | 397c37e24db69ac1a560a1efa53eb70b21b47013 /perl-install/standalone | |
parent | be90c19f71062a1f1191ca9ad8558f843c0dadef (diff) | |
download | drakx-backup-do-not-use-d83f84116bbb507220e55a6f74b9c57df0cb9ce9.tar drakx-backup-do-not-use-d83f84116bbb507220e55a6f74b9c57df0cb9ce9.tar.gz drakx-backup-do-not-use-d83f84116bbb507220e55a6f74b9c57df0cb9ce9.tar.bz2 drakx-backup-do-not-use-d83f84116bbb507220e55a6f74b9c57df0cb9ce9.tar.xz drakx-backup-do-not-use-d83f84116bbb507220e55a6f74b9c57df0cb9ce9.zip |
Yes/no is better than Ok/cancel for logout question
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/localedrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/localedrake b/perl-install/standalone/localedrake index 9e6d97ba9..0c0accfa4 100644 --- a/perl-install/standalone/localedrake +++ b/perl-install/standalone/localedrake @@ -64,7 +64,7 @@ if ($@) { lang::write($locale, $>); if ($>) { if (my $wm = any::running_window_manager()) { - $in->ask_okcancel('', N("The change is done, but to be effective you must logout"), 1) + $in->ask_yesorno('', N("The change is done, but to be effective you must logout"), 1) and any::ask_window_manager_to_logout($wm); } } |