Fix copy/paste error.

Approved by:	adrian (co-mentor) (implicit)
This commit is contained in:
Devin Teske 2012-10-26 00:46:09 +00:00
parent 40dfc82d35
commit 254917d4fe

View File

@ -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
}