diff options
Diffstat (limited to 'hyperfi')
-rw-r--r-- | hyperfi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |