diff --git a/packages/tools/installer/scripts/installer b/packages/tools/installer/scripts/installer old mode 100755 new mode 100644 index 9d0eff4f2c..ea8ec4503b --- a/packages/tools/installer/scripts/installer +++ b/packages/tools/installer/scripts/installer @@ -169,7 +169,7 @@ do_install_quick() { # show menu MSG_TITLE="\Z4[ QUICK INSTALL MENU ]\Zn" - MSG_MENU="\n You can use the UP/DOWN arrow keys,\n or the number of the choice as a hotkey,\n to choose an option.\n\n Please select a device:" + MSG_MENU="\nUse the up/down arrows to select the correct device.\n\n Please select a device:" MSG_CANCEL="Back" create_device_list @@ -289,7 +289,7 @@ msg_oem_only() { msg_warning_beta() { # show an warning dialog if we use beta software MSG_TITLE="\Z1[ BETA WARNING ]\Zn" - MSG_INFOBOX=" This installer is for beta versions. \n This means this sofware have not been tested yet. \n Please make sure you have a backup of \n your files before going any further." + MSG_INFOBOX=" This installer is for beta versions. \n This means this sofware have not been tested yet. \n Please make sure you have a backup of your files." dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70 } @@ -297,9 +297,9 @@ msg_warning_beta() { msg_no_device() { # show an warning dialog if we dont find not mounted devices for install and return to main menu MSG_TITLE="\Z1[ WARNING ]\Zn" - MSG_INFOBOX=" No devices were found. \n If you are trying to install on a \n brand new harddisk you must create atleast \n one partition. 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. \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." - dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70 + dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 9 70 menu_main } @@ -324,7 +324,7 @@ msg_progress_install() { menu_main() { # show the mainmenu MSG_TITLE="\Z4[ MAIN MENU ]\Zn" - MSG_MENU="\n\ZbQuick Install:\Zn do an default installation on an specific devices, \ + MSG_MENU="\n\ZbQuick Install:\Zn do an default installation on an specific device \ \Z1\Zb(this will delete all your data on this device)\Zn \ \n\ZbCustom Install:\Zn do an custom installation \ \n\ZbSetup:\Zn change some settings to run OpenELEC \ @@ -371,7 +371,7 @@ menu_setup() { menu_bios() { # show the biosmenu MSG_TITLE="\Z4[ BIOS MENU ]\Zn" - MSG_MENU="\n You can use the UP/DOWN arrow keys,\n or the number of the choice as a hotkey,\n to choose an option.\n\n Please choose a device:" + MSG_MENU="\n You can use the UP/DOWN arrow keys,\n or the number of the choice as a hotkey,\n to choose an option.\n\n Please choose an option:" MSG_CANCEL="Back" dialog --colors --backtitle "$BACKTITLE" --cancel-label "$MSG_CANCEL" \