diff options
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r-- | usr.sbin/sade/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index b4f755f145c84..c8b0fc85d343a 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -182,7 +182,7 @@ configFstab(dialogMenuItem *self) else { msgConfirm("Attempting to rebuild your /etc/fstab file. Warning: If you had\n" "any CD devices in use before running %s then they may NOT\n" - "be found by this run!", StartName); + "be found by this run!", ProgName); } devs = deviceFind(NULL, DEVICE_TYPE_DISK); |