mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
update
This commit is contained in:
parent
e33a289253
commit
a402313df8
@ -55,7 +55,7 @@ show_config_menu() {
|
||||
# ==========================================================
|
||||
|
||||
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)")" \
|
||||
"es" "$(translate "Spanish")" \
|
||||
"fr" "$(translate "French")" \
|
||||
@ -159,7 +159,7 @@ show_version_info() {
|
||||
# Display the information using whiptail
|
||||
whiptail --title "$(translate "ProxMenux Information")" \
|
||||
--scrolltext \
|
||||
--msgbox "$info_message" 20 80
|
||||
--msgbox "$info_message" 20 70
|
||||
}
|
||||
|
||||
|
||||
@ -243,5 +243,4 @@ uninstall_proxmenu() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
show_config_menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user