From owner-svn-src-head@FreeBSD.ORG Sat Jul 25 08:36:28 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB34E106564A; Sat, 25 Jul 2009 08:36:28 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AEF0C8FC1B; Sat, 25 Jul 2009 08:36:28 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6P8aSPX034937; Sat, 25 Jul 2009 08:36:28 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6P8aSLl034933; Sat, 25 Jul 2009 08:36:28 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <200907250836.n6P8aSLl034933@svn.freebsd.org> From: Edward Tomasz Napierala Date: Sat, 25 Jul 2009 08:36:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195863 - in head/usr.sbin/sysinstall: . help X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2009 08:36:29 -0000 Author: trasz Date: Sat Jul 25 08:36:28 2009 New Revision: 195863 URL: http://svn.freebsd.org/changeset/base/195863 Log: 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) Modified: head/usr.sbin/sysinstall/disks.c head/usr.sbin/sysinstall/help/usage.hlp head/usr.sbin/sysinstall/label.c Modified: head/usr.sbin/sysinstall/disks.c ============================================================================== --- head/usr.sbin/sysinstall/disks.c Sat Jul 25 06:42:42 2009 (r195862) +++ head/usr.sbin/sysinstall/disks.c Sat Jul 25 08:36:28 2009 (r195863) @@ -206,7 +206,7 @@ print_command_summary(void) { mvprintw(14, 0, "The following commands are supported (in upper or lower case):"); mvprintw(16, 0, "A = Use Entire Disk G = set Drive Geometry C = Create Slice"); - mvprintw(17, 0, "D = Delete Slice Z = Toggle Size Units S = Set Bootable | = Wizard m."); + mvprintw(17, 0, "D = Delete Slice Z = Toggle Size Units S = Set Bootable | = Expert m."); mvprintw(18, 0, "T = Change Type U = Undo All Changes Q = Finish"); if (!RunningAsInit) mvprintw(18, 47, "W = Write Changes"); @@ -644,7 +644,7 @@ diskPartition(Device *dev) break; case '|': - if (!msgNoYes("Are you SURE you want to go into Wizard mode?\n" + if (!msgNoYes("Are you SURE you want to go into Expert mode?\n" "No seat belts whatsoever are provided!")) { clear(); refresh(); Modified: head/usr.sbin/sysinstall/help/usage.hlp ============================================================================== --- head/usr.sbin/sysinstall/help/usage.hlp Sat Jul 25 06:42:42 2009 (r195862) +++ head/usr.sbin/sysinstall/help/usage.hlp Sat Jul 25 08:36:28 2009 (r195863) @@ -52,7 +52,7 @@ that may have scrolled off the screen. Down keys to move through the saved text. To leave scroll-back mode, press the Scroll Lock key again. This feature is most useful for reading back through your boot messages (go ahead, try it now!) though -it's also useful when dealing with sub-shells or other "wizard modes" +it's also useful when dealing with sub-shells or other "expert modes" that don't use menus and tend to scroll their output off the top of the screen. Modified: head/usr.sbin/sysinstall/label.c ============================================================================== --- head/usr.sbin/sysinstall/label.c Sat Jul 25 06:42:42 2009 (r195862) +++ head/usr.sbin/sysinstall/label.c Sat Jul 25 08:36:28 2009 (r195863) @@ -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;