summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-10-26 00:46:09 +0000
committerdteske <dteske@FreeBSD.org>2012-10-26 00:46:09 +0000
commit0f431e422c453ed4a388265fc349f83a92a2d8da (patch)
treefbbec18d8dadc5ae07a2ad9b0781a59ba5ec2dd4 /usr.sbin
parent28676bbae2f5bf85b90dc00212fdeebf6a374f53 (diff)
downloadFreeBSD-src-0f431e422c453ed4a388265fc349f83a92a2d8da.zip
FreeBSD-src-0f431e422c453ed4a388265fc349f83a92a2d8da.tar.gz
Fix copy/paste error.
Approved by: adrian (co-mentor) (implicit)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdconfig/share/dialog.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr
index bd0fe2d..a182645 100644
--- a/usr.sbin/bsdconfig/share/dialog.subr
+++ b/usr.sbin/bsdconfig/share/dialog.subr
@@ -1053,7 +1053,7 @@ f_dialog_textbox()
--title \"\$DIALOG_TITLE\" \
--backtitle \"\$DIALOG_BACKTITLE\" \
--ok-label \"\$msg_ok\" \
- --msgbox \"\$msg_text\" $size
+ --msgbox \"\$contents\" $size
fi
}
OpenPOWER on IntegriCloud