summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-11 15:30:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-11 15:30:10 +0000
commit9ca27310b58940299235cf3460b47db282e34839 (patch)
tree3a45c4ae5d30272bd4c01c41bf8494dd29d4e961
parentb231c038ef2bcba38afdf550682d691af63ce094 (diff)
downloaddrakx-9ca27310b58940299235cf3460b47db282e34839.tar
drakx-9ca27310b58940299235cf3460b47db282e34839.tar.gz
drakx-9ca27310b58940299235cf3460b47db282e34839.tar.bz2
drakx-9ca27310b58940299235cf3460b47db282e34839.tar.xz
drakx-9ca27310b58940299235cf3460b47db282e34839.zip
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!)
-rwxr-xr-xperl-install/standalone/XFdrake2
1 files changed, 1 insertions, 1 deletions
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);