summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/label.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-07-25 08:36:28 +0000
committertrasz <trasz@FreeBSD.org>2009-07-25 08:36:28 +0000
commit0888b985acf99a673549ca79a753e47d3e98fe9a (patch)
tree72e3dec72861f68ac1896206afb12b13387cd04d /usr.sbin/sysinstall/label.c
parent5ae2162b7c0fd69907ef464cd8eb2647ed5f441b (diff)
downloadFreeBSD-src-0888b985acf99a673549ca79a753e47d3e98fe9a.zip
FreeBSD-src-0888b985acf99a673549ca79a753e47d3e98fe9a.tar.gz
Change the name displayed in sysinstall(8) from 'Wizard Mode'
to 'Expert Mode', to make it less confusing to new users, to whom a 'wizard' is a set of simple dialogs with the 'next >>>' button. Approved by: re (kensmith)
Diffstat (limited to 'usr.sbin/sysinstall/label.c')
-rw-r--r--usr.sbin/sysinstall/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c
index ff1ec48..2ca947a 100644
--- a/usr.sbin/sysinstall/label.c
+++ b/usr.sbin/sysinstall/label.c
@@ -1285,7 +1285,7 @@ diskLabel(Device *dev)
#ifndef __ia64__
case '|':
- if (!msgNoYes("Are you sure you want to go into Wizard mode?\n\n"
+ if (!msgNoYes("Are you sure you want to go into Expert mode?\n\n"
"This is an entirely undocumented feature which you are not\n"
"expected to understand!")) {
int i;
OpenPOWER on IntegriCloud