diff options
-rw-r--r-- | perl-install/standalone/localedrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/localedrake b/perl-install/standalone/localedrake index 55e61ace8..ea40a99d0 100644 --- a/perl-install/standalone/localedrake +++ b/perl-install/standalone/localedrake @@ -24,8 +24,8 @@ if ($ARGV[0] =~ /--kde_country=(.*)/) { lang::write_langs('', $langs) if $langs; if ($>) { if (my $wm = any::running_window_manager()) { - $in->ask_warn('', _("Please relog into %s to activate the changes", ucfirst (lc $wm)), 1); - any::ask_window_manager_to_logout($wm); + $in->ask_okcancel('', _("The change is done, but to be effective you must logout"), 1) + && any::ask_window_manager_to_logout($wm); } } } |