summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-30 12:33:28 +0000
committerjkh <jkh@FreeBSD.org>1998-09-30 12:33:28 +0000
commit7803ec285534be5ecd70b5618db2504e0f38ea48 (patch)
tree843bf512a1d6b19f0e834a635490bdf6bc41f0b9 /usr.sbin/sysinstall
parent7c3b6382f171bc75d7db493218dd136b77da0668 (diff)
downloadFreeBSD-src-7803ec285534be5ecd70b5618db2504e0f38ea48.zip
FreeBSD-src-7803ec285534be5ecd70b5618db2504e0f38ea48.tar.gz
Fix english in prompt.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c
index 14ad08b..6b590bf 100644
--- a/usr.sbin/sysinstall/config.c
+++ b/usr.sbin/sysinstall/config.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: config.c,v 1.111 1998/09/23 12:13:47 jkh Exp $
+ * $Id: config.c,v 1.112 1998/09/30 11:49:34 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -532,7 +532,7 @@ configXEnvironment(dialogMenuItem *self)
moused = variable_get(VAR_MOUSED);
}
if (moused && !strcmp(moused, "YES"))
- msgConfirm("You have configured and been running the mouse daemon.\n"
+ msgConfirm("You have configured and are now running the mouse daemon.\n"
"Choose \"/dev/sysmouse\" as the mouse port and \"SysMouse\" or\n"
"\"MouseSystems\" as the mouse protocol in the X configuration\n"
"utility.");
OpenPOWER on IntegriCloud