summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/label.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-11 07:13:08 +0000
committerobrien <obrien@FreeBSD.org>2008-05-11 07:13:08 +0000
commit2d5be982d386d844d0bf6c6c0e0e9483d797de8c (patch)
tree27ea8a0f9f934827aa58967de8bc6f8263a94867 /usr.sbin/sade/label.c
parent3b2c44be48c34cdc488bcf55cfc1f6f52ab7588e (diff)
downloadFreeBSD-src-2d5be982d386d844d0bf6c6c0e0e9483d797de8c.zip
FreeBSD-src-2d5be982d386d844d0bf6c6c0e0e9483d797de8c.tar.gz
Clean up several instances of SADE calling itself sysinstall.
(do so generically so the same set of changes can be applied to sysinstall)
Diffstat (limited to 'usr.sbin/sade/label.c')
-rw-r--r--usr.sbin/sade/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c
index ac3994a..6b7c774 100644
--- a/usr.sbin/sade/label.c
+++ b/usr.sbin/sade/label.c
@@ -1276,7 +1276,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"
- "sade first.");
+ "%s first.", StartName);
}
else if (!msgNoYes("WARNING: You are about to modify an EXISTING\n"
"installation.\n\n"
OpenPOWER on IntegriCloud