summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/label.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-11 17:23:57 +0000
committerobrien <obrien@FreeBSD.org>2008-05-11 17:23:57 +0000
commit10234848d588839bb6f9394d46a919e69976127d (patch)
tree8c8200b7f830b36ffbbd83595322269253cb9daf /usr.sbin/sysinstall/label.c
parentd92d788e4d139d301688ce33cbc123d2f7ed68b0 (diff)
downloadFreeBSD-src-10234848d588839bb6f9394d46a919e69976127d.zip
FreeBSD-src-10234848d588839bb6f9394d46a919e69976127d.tar.gz
Better to just statically set the name vs. determine at run time.
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 3119515..a60c8dc 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"
OpenPOWER on IntegriCloud