From 3ae38cbfb9cd8ef428ade8f6355f504e7e368ff1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Feb 2002 15:27:17 +0000 Subject: change the message & ask wether to logout or not --- perl-install/standalone/localedrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') 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); } } } -- cgit v1.2.1