aboutsummaryrefslogtreecommitdiffstats
path: root/hyperfi
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-04-27 18:48:56 -0500
committerJesús <heckyel@hyperbola.info>2021-04-27 18:48:56 -0500
commit2c56c3b9dcfede485e30cfaa7a6b0925e50b9066 (patch)
tree347e3c0bde738f5ee9d75fba27f4d76c87a6ddb3 /hyperfi
parentcfcef2a071be4e97204a05f46328ab78e30e603e (diff)
downloadhyperfi-2c56c3b9dcfede485e30cfaa7a6b0925e50b9066.tar.lz
hyperfi-2c56c3b9dcfede485e30cfaa7a6b0925e50b9066.tar.xz
hyperfi-2c56c3b9dcfede485e30cfaa7a6b0925e50b9066.zip
[./]: change txtarchinstallmenu to txthyperbolainstallmenu
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"