mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
installer: cosmetics+typo
This commit is contained in:
parent
2d945f8f50
commit
9cf9cc687f
12
packages/tools/installer/scripts/installer
Executable file → Normal file
12
packages/tools/installer/scripts/installer
Executable file → Normal file
@ -169,7 +169,7 @@ do_install_quick() {
|
|||||||
|
|
||||||
# show menu
|
# show menu
|
||||||
MSG_TITLE="\Z4[ QUICK INSTALL MENU ]\Zn"
|
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"
|
MSG_CANCEL="Back"
|
||||||
|
|
||||||
create_device_list
|
create_device_list
|
||||||
@ -289,7 +289,7 @@ msg_oem_only() {
|
|||||||
msg_warning_beta() {
|
msg_warning_beta() {
|
||||||
# show an warning dialog if we use beta software
|
# show an warning dialog if we use beta software
|
||||||
MSG_TITLE="\Z1[ BETA WARNING ]\Zn"
|
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
|
dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70
|
||||||
}
|
}
|
||||||
@ -297,9 +297,9 @@ msg_warning_beta() {
|
|||||||
msg_no_device() {
|
msg_no_device() {
|
||||||
# show an warning dialog if we dont find not mounted devices for install and return to main menu
|
# show an 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 \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
|
menu_main
|
||||||
}
|
}
|
||||||
@ -324,7 +324,7 @@ msg_progress_install() {
|
|||||||
menu_main() {
|
menu_main() {
|
||||||
# show the mainmenu
|
# show the mainmenu
|
||||||
MSG_TITLE="\Z4[ MAIN MENU ]\Zn"
|
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 \
|
\Z1\Zb(this will delete all your data on this device)\Zn \
|
||||||
\n\ZbCustom Install:\Zn do an custom installation \
|
\n\ZbCustom Install:\Zn do an custom installation \
|
||||||
\n\ZbSetup:\Zn change some settings to run OpenELEC \
|
\n\ZbSetup:\Zn change some settings to run OpenELEC \
|
||||||
@ -371,7 +371,7 @@ menu_setup() {
|
|||||||
menu_bios() {
|
menu_bios() {
|
||||||
# show the biosmenu
|
# show the biosmenu
|
||||||
MSG_TITLE="\Z4[ BIOS MENU ]\Zn"
|
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"
|
MSG_CANCEL="Back"
|
||||||
|
|
||||||
dialog --colors --backtitle "$BACKTITLE" --cancel-label "$MSG_CANCEL" \
|
dialog --colors --backtitle "$BACKTITLE" --cancel-label "$MSG_CANCEL" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user