diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-05-11 17:23:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-05-11 17:23:57 +0000 |
| commit | 1ff2ab846d9d95806652b76b83aac80ca2e2366a (patch) | |
| tree | 8c8200b7f830b36ffbbd83595322269253cb9daf /usr.sbin/sysinstall/label.c | |
| parent | e28d949ff41c7b9b796bb4ff9b0e4ca4ec9217fc (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/label.c')
| -rw-r--r-- | usr.sbin/sysinstall/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 3119515c0bc26..a60c8dc1b6712 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -1281,7 +1281,7 @@ 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" - "%s first.", StartName); + "%s first.", ProgName); } 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" |
