aboutsummaryrefslogtreecommitdiffstats
path: root/hyperfi
diff options
context:
space:
mode:
Diffstat (limited to 'hyperfi')
-rw-r--r--hyperfi4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperfi b/hyperfi
index 6b7d803..fd28358 100644
--- a/hyperfi
+++ b/hyperfi
@@ -925,7 +925,7 @@ archmenu(){
options+=("${txtbootloader}" "")
options+=("${txtextrasmenu}" "")
options+=("hyperdi" "${txthyperdidesc}")
- sel=$(whiptail --backtitle "${apptitle}" --title "${txtarchinstallmenu}" --menu "" --cancel-button "${txtback}" --default-item "${nextitem}" 0 0 0 \
+ sel=$(whiptail --backtitle "${apptitle}" --title "${txthyperbolainstallmenu}" --menu "" --cancel-button "${txtback}" --default-item "${nextitem}" 0 0 0 \
"${options[@]}" \
3>&1 1>&2 2>&3)
if [ "$?" = "0" ]; then
@@ -1780,7 +1780,7 @@ loadstrings(){
txtinstallmenu="Install Menu"
- txtarchinstallmenu="Hyperbola Install Menu"
+ txthyperbolainstallmenu="Hyperbola Install Menu"
txtselectmirrorsbycountry="Select mirrors by country"
txtselectcountry="Select country"