diff options
Diffstat (limited to 'release/sysinstall/config.c')
-rw-r--r-- | release/sysinstall/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 37a09f8df6862..46e57ab09af4d 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -542,8 +542,8 @@ configXEnvironment(dialogMenuItem *self) } else { dialog_clear_norefresh(); - msgConfirm("The XFree86 setup utility you chose does not appear to be installed!\n" - "Please install this before attempting to configure XFree86."); + msgConfirm("XFree86 does not appear to be installed! Please install\n" + "The XFree86 distribution before attempting to configure it."); return DITEM_FAILURE | DITEM_RESTORE; } } |