diff options
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); |