From 254917d4fe502183e114aa143c9d0355d7deb58e Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Fri, 26 Oct 2012 00:46:09 +0000 Subject: [PATCH] Fix copy/paste error. Approved by: adrian (co-mentor) (implicit) --- usr.sbin/bsdconfig/share/dialog.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr index bd0fe2da4f02..a18264533de7 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 }