diff options
Diffstat (limited to 'perl-install')
-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); } } |