Update texts on ipk manager (#138)

* Update texts on ipk manager

* Fix button label on ipk manager

* Fix texts on ipk manager
This commit is contained in:
TriForce
2024-11-28 13:00:00 -03:00
committed by GitHub
parent 0f3be0177e
commit 41c6c6fc8a

View File

@@ -31,7 +31,7 @@ if [[ ${#package_list[@]} -eq 0 ]]; then
fi
dialog --backtitle "MiyooCFW 2.0" --timeout 10 --title "IPK package manager" --colors --no-shadow --msgbox "\nSelect pkg with \Zb\Z3Y\Zn button on the list." 8 28
until selected_packages=$(dialog --backtitle "MiyooCFW 2.0" --title "IPK package manager" --colors --no-shadow --help-button --help-status --checklist "Press \Zb\Z3Y\Zn to select packages to install:" 20 60 15 "${package_list[@]}" 3>&1 1>&2 2>&3); do
until selected_packages=$(dialog --backtitle "MiyooCFW 2.0" --title "IPK package manager" --colors --no-shadow --help-button --help-label "Info" --help-status --checklist "Press \Zb\Z3Y\Zn to select standalone Apps (packages) to install:" 20 60 15 "${package_list[@]}" 3>&1 1>&2 2>&3); do
case $? in
(1) btn=Cancel && break;;
(2)