From d83f84116bbb507220e55a6f74b9c57df0cb9ce9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Nov 2004 10:48:27 +0000 Subject: Yes/no is better than Ok/cancel for logout question --- perl-install/standalone/localedrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/localedrake') 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); } } -- cgit v1.2.1