installer: clean up misleading message

This commit is contained in:
Stefan Saraev 2015-09-27 12:32:28 +03:00
parent 4aea0bf278
commit 479be1c21e

View File

@ -514,7 +514,7 @@ msg_oem_only() {
msg_no_device() { msg_no_device() {
# show a warning dialog if we dont find not mounted devices for install and return to main menu # show a warning dialog if we dont find not mounted devices for install and return to main menu
MSG_TITLE="\Z1[ WARNING ]\Zn" MSG_TITLE="\Z1[ WARNING ]\Zn"
MSG_INFOBOX=" No devices were found. \n If you are trying to install on a brand new harddisk you must \n create atleast one partition. \n Otherwise it won't be found. \n If you dont know how, ask in the forum or on IRC." MSG_INFOBOX=" No devices were found. "
dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 9 70 dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 9 70