diff options
author | Jesús <heckyel@hyperbola.info> | 2021-04-27 18:48:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-04-27 18:48:56 -0500 |
commit | 2c56c3b9dcfede485e30cfaa7a6b0925e50b9066 (patch) | |
tree | 347e3c0bde738f5ee9d75fba27f4d76c87a6ddb3 /hyperfi | |
parent | cfcef2a071be4e97204a05f46328ab78e30e603e (diff) | |
download | hyperfi-2c56c3b9dcfede485e30cfaa7a6b0925e50b9066.tar.lz hyperfi-2c56c3b9dcfede485e30cfaa7a6b0925e50b9066.tar.xz hyperfi-2c56c3b9dcfede485e30cfaa7a6b0925e50b9066.zip |
[./]: change txtarchinstallmenu to txthyperbolainstallmenu
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" |