Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst Rename the "exit" option in the "select you...



details:   https://anonhg.NetBSD.org/src/rev/51c9ef64df14
branches:  trunk
changeset: 797926:51c9ef64df14
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Aug 04 08:50:13 2014 +0000

description:
Rename the "exit" option in the "select your installation" menu into
"Abandon installation" to make clear it is fatal - suggested by
Andreas Gustafsson.

diffstat:

 usr.sbin/sysinst/menus.mi |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a8cc445305d5 -r 51c9ef64df14 usr.sbin/sysinst/menus.mi
--- a/usr.sbin/sysinst/menus.mi Mon Aug 04 07:06:47 2014 +0000
+++ b/usr.sbin/sysinst/menus.mi Mon Aug 04 08:50:13 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi,v 1.2 2014/08/03 16:09:38 martin Exp $        */
+/*     $NetBSD: menus.mi,v 1.3 2014/08/04 08:50:13 martin Exp $        */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -271,7 +271,8 @@
        option MSG_Skip_group,exit, action { *(int *)arg = SET_SKIP_GROUP; };
        option MSG_Abandon,   exit, action { *(int *)arg = SET_ABANDON; };
 
-menu distset, title MSG_Select_your_distribution, exit, no default exit;
+menu distset, title MSG_Select_your_distribution, exit,
+           no default exit, exitstring MSG_Abandon;
        display action { msg_display (MSG_distset); };
        option MSG_Full_installation, exit, action { *(int *)arg = 1; init_set_status(0);  };
        option MSG_Full_installation_nox, exit, action { *(int *)arg = 1; init_set_status(SFLAG_NOX); };



Home | Main Index | Thread Index | Old Index