aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-04-30 05:23:49 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-04-30 05:23:49 +0000
commit378a8550b925a883f3a5506cf38d4c7ce8bb5ade (patch)
tree8810bd38863b4395cdfa04f6f1a8671ee8e7f7f8 /usr.sbin/sade/install.c
parentc584e0e88a537bfd916e1514bfbf14c6607309e3 (diff)
downloadsrc-378a8550b925a883f3a5506cf38d4c7ce8bb5ade.tar.gz
src-378a8550b925a883f3a5506cf38d4c7ce8bb5ade.zip
More cosmetic changes before tomorrow's snapshot.
Notes
Notes: svn path=/head/; revision=15465
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 33173468df4e..607c276fda30 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.92 1996/04/29 19:34:25 jkh Exp $
+ * $Id: install.c,v 1.93 1996/04/29 21:15:42 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -379,7 +379,7 @@ installNovice(dialogMenuItem *self)
msgConfirm("Congradulations! You now have FreeBSD installed on your system.\n\n"
"We will now move on to the final configuration questions.\n"
"For any option you do not wish to configure, simply select\n"
- "Cancel.\n\n"
+ "No.\n\n"
"If you wish to re-enter this utility after the system is up, you\n"
"may do so by typing: /stand/sysinstall.");
variable_set2(SYSTEM_STATE, DITEM_STATUS(i) == DITEM_FAILURE ? "error-install" : "full-install");