diff options
Diffstat (limited to 'usr.sbin/sade/label.c')
-rw-r--r-- | usr.sbin/sade/label.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 423de62..ac3994a 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -1276,14 +1276,11 @@ diskLabel(Device *dev) if (!variable_cmp(DISK_LABELLED, "written")) { msgConfirm("You've already written out your changes - if you\n" "wish to overwrite them, you'll have to restart\n" - "sysinstall first."); + "sade first."); } - else if (!msgNoYes("WARNING: This should only be used when modifying an EXISTING\n" - "installation. If you are installing FreeBSD for the first time\n" - "then you should simply type Q when you're finished here and your\n" - "changes will be committed in one batch automatically at the end of\n" - "these questions.\n\n" - "Are you absolutely sure you want to do this now?")) { + else if (!msgNoYes("WARNING: You are about to modify an EXISTING\n" + "installation.\n\n" + "Are you absolutely sure you want to continue?")) { variable_set2(DISK_LABELLED, "yes", 0); diskLabelCommit(NULL); } |