diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-11 15:30:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-11 15:30:10 +0000 |
commit | 9ca27310b58940299235cf3460b47db282e34839 (patch) | |
tree | 3a45c4ae5d30272bd4c01c41bf8494dd29d4e961 /perl-install/standalone | |
parent | b231c038ef2bcba38afdf550682d691af63ce094 (diff) | |
download | drakx-backup-do-not-use-9ca27310b58940299235cf3460b47db282e34839.tar drakx-backup-do-not-use-9ca27310b58940299235cf3460b47db282e34839.tar.gz drakx-backup-do-not-use-9ca27310b58940299235cf3460b47db282e34839.tar.bz2 drakx-backup-do-not-use-9ca27310b58940299235cf3460b47db282e34839.tar.xz drakx-backup-do-not-use-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!)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
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); |