mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 08:06:17 +00:00
update text ProxMenux
This commit is contained in:
@@ -237,8 +237,8 @@ uninstall_proxmenu() {
|
|||||||
install_type=$(detect_installation_type)
|
install_type=$(detect_installation_type)
|
||||||
|
|
||||||
if ! dialog --clear --backtitle "ProxMenux Configuration" \
|
if ! dialog --clear --backtitle "ProxMenux Configuration" \
|
||||||
--title "Uninstall ProxMenu" \
|
--title "Uninstall ProxMenux" \
|
||||||
--yesno "\n$(translate "Are you sure you want to uninstall ProxMenu?")" 8 60; then
|
--yesno "\n$(translate "Are you sure you want to uninstall ProxMenux?")" 8 60; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -795,7 +795,7 @@ EOF
|
|||||||
)
|
)
|
||||||
|
|
||||||
local selected
|
local selected
|
||||||
selected=$(dialog --clear --backtitle "ProxMenu - $(translate "System Utilities")" \
|
selected=$(dialog --clear --backtitle "ProxMenux - $(translate "System Utilities")" \
|
||||||
--title "$(translate "Select utilities to install")" \
|
--title "$(translate "Select utilities to install")" \
|
||||||
--checklist "$(translate "Use SPACE to select/deselect, ENTER to confirm")" \
|
--checklist "$(translate "Use SPACE to select/deselect, ENTER to confirm")" \
|
||||||
20 70 12 "${utilities[@]}" 2>&1 >/dev/tty)
|
20 70 12 "${utilities[@]}" 2>&1 >/dev/tty)
|
||||||
|
Reference in New Issue
Block a user