From 38d44deef6218078b7710ed5903410e75bd88a17 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 29 Jun 2025 18:20:15 +0200 Subject: [PATCH] Update uninstall-tools.sh --- scripts/uninstall-tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/uninstall-tools.sh b/scripts/uninstall-tools.sh index 6eb91b6..0f4bf98 100644 --- a/scripts/uninstall-tools.sh +++ b/scripts/uninstall-tools.sh @@ -152,7 +152,7 @@ show_uninstall_menu() { case "$tool" in fastfetch) desc="Fastfetch";; figurine) desc="Figurine";; - kexec) desc="Kexec quick reboot";; + kexec) desc="Kexec fast reboot";; *) desc="$tool";; esac menu_options+=("$tool" "$desc" "off") @@ -160,7 +160,7 @@ show_uninstall_menu() { selected_tools=$(dialog --backtitle "ProxMenux" \ --title "$(translate "Uninstall Tools")" \ - --checklist "$(translate "Select tools post-install to uninstall:")" 20 60 12 \ + --checklist "$(translate "Select settings") post-install $(translate "to uninstall:")" 20 60 12 \ "${menu_options[@]}" 3>&1 1>&2 2>&3) local dialog_result=$?