From de04fec0efc03e10c4cab028e16410f001e1da46 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Fri, 19 May 2023 19:49:05 +0100 Subject: clarify Select Branch wording --- gui/user_install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh index cb4dece..1fa5c52 100644 --- a/gui/user_install_script.sh +++ b/gui/user_install_script.sh @@ -76,7 +76,7 @@ if [[ -f "${USER_DIR}/homebrew/services/PluginLoader" ]] ; then FALSE "uninstall decky loader" "Will keep config intact" \ FALSE "wipe decky loader" "Will NOT keep config intact") else - OPTION=$(zen_nospam --title="Decky Installer" --width=300 --height=100 --list --radiolist --text "Select Branch:" --hide-header --column "Buttons" --column "Choice" --column "Info" \ + OPTION=$(zen_nospam --title="Decky Installer" --width=300 --height=100 --list --radiolist --text "Select branch to install:" --hide-header --column "Buttons" --column "Choice" --column "Info" \ TRUE "release" "(Recommended option)" \ FALSE "prerelease" "(May be unstable)") fi -- cgit v1.2.3