update text ProxMenux

This commit is contained in:
MacRimi
2025-09-10 19:06:04 +02:00
parent 9035b18584
commit 187250fa24
2 changed files with 3 additions and 3 deletions

View File

@@ -237,8 +237,8 @@ uninstall_proxmenu() {
install_type=$(detect_installation_type)
if ! dialog --clear --backtitle "ProxMenux Configuration" \
--title "Uninstall ProxMenu" \
--yesno "\n$(translate "Are you sure you want to uninstall ProxMenu?")" 8 60; then
--title "Uninstall ProxMenux" \
--yesno "\n$(translate "Are you sure you want to uninstall ProxMenux?")" 8 60; then
return
fi

View File

@@ -795,7 +795,7 @@ EOF
)
local selected
selected=$(dialog --clear --backtitle "ProxMenu - $(translate "System Utilities")" \
selected=$(dialog --clear --backtitle "ProxMenux - $(translate "System Utilities")" \
--title "$(translate "Select utilities to install")" \
--checklist "$(translate "Use SPACE to select/deselect, ENTER to confirm")" \
20 70 12 "${utilities[@]}" 2>&1 >/dev/tty)