From 9ca27310b58940299235cf3460b47db282e34839 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Aug 2003 15:30:10 +0000 Subject: more newbie-friendly message: "You need to log out and back in again for changes to take effect" instead of "Please relog into %s to activate the changes" (as suggested on cooker, thanks!) --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 229ec679b..3a9ce24dd 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -88,7 +88,7 @@ sub ask_for_X_restart { return; } - $in->ask_okcancel('', N("Please relog into %s to activate the changes", ucfirst(lc $wm)), 1) or return; + $in->ask_okcancel('', N("You need to log out and back in again for changes to take effect"), 1) or return; fork() and return; any::ask_window_manager_to_logout($wm); -- cgit v1.2.1