summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-04 23:36:23 +0000
committerjkh <jkh@FreeBSD.org>1995-05-04 23:36:23 +0000
commitf087fb199fa8a181cea6bbb1396edf5b4d95f16f (patch)
tree6b41fde46007c62694ac47291e41d28b0524524d /usr.sbin/sysinstall/msg.c
parent6e0554da35def531ecbc2de73120bffeb09df22b (diff)
downloadFreeBSD-src-f087fb199fa8a181cea6bbb1396edf5b4d95f16f.zip
FreeBSD-src-f087fb199fa8a181cea6bbb1396edf5b4d95f16f.tar.gz
Everything but the partition editor is done. This commit is for MBR testing.
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index e6c2ba2..442a3c9 100644
--- a/usr.sbin/sysinstall/msg.c
+++ b/usr.sbin/sysinstall/msg.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: msg.c,v 1.3 1995/05/04 03:51:21 jkh Exp $
+ * $Id: msg.c,v 1.4 1995/05/04 19:48:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -173,7 +173,7 @@ msgConfirm(char *fmt, ...)
va_end(args);
use_helpline(NULL);
use_helpfile(NULL);
- dialog_mesgbox("User Confirmation Request", errstr, -1, -1);
+ dialog_mesgbox("User Attention Requested", errstr, -1, -1);
free(errstr);
}
@@ -191,7 +191,7 @@ msgYesNo(char *fmt, ...)
va_end(args);
use_helpline(NULL);
use_helpfile(NULL);
- ret = dialog_yesno("Decision Required", errstr, -1, -1);
+ ret = dialog_yesno("User Confirmation Requested", errstr, -1, -1);
free(errstr);
return ret;
}
OpenPOWER on IntegriCloud