This commit is contained in:
MacRimi 2025-02-25 20:09:43 +01:00
parent e33a289253
commit a402313df8

View File

@ -55,7 +55,7 @@ show_config_menu() {
# ========================================================== # ==========================================================
change_language() { change_language() {
LANGUAGE=$(whiptail --title "$(translate "Change Language")" --menu "$(translate "Select a new language for the menu:")" 20 60 12 \ LANGUAGE=$(whiptail --title "$(translate "Change Language")" --menu "$(translate "Select a new language for the menu:")" 20 70 12 \
"en" "$(translate "English (Recommended)")" \ "en" "$(translate "English (Recommended)")" \
"es" "$(translate "Spanish")" \ "es" "$(translate "Spanish")" \
"fr" "$(translate "French")" \ "fr" "$(translate "French")" \
@ -159,7 +159,7 @@ show_version_info() {
# Display the information using whiptail # Display the information using whiptail
whiptail --title "$(translate "ProxMenux Information")" \ whiptail --title "$(translate "ProxMenux Information")" \
--scrolltext \ --scrolltext \
--msgbox "$info_message" 20 80 --msgbox "$info_message" 20 70
} }
@ -243,5 +243,4 @@ uninstall_proxmenu() {
} }
show_config_menu show_config_menu