summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-05-19 19:49:05 +0100
committerGitHub <noreply@github.com>2023-05-19 19:49:05 +0100
commitde04fec0efc03e10c4cab028e16410f001e1da46 (patch)
tree6ad00b68ac874a8bc2c96894f449e162c6173d8d
parent4236123493c9a314c6aa02e52f0352e3f34e6a21 (diff)
downloaddecky-installer-de04fec0efc03e10c4cab028e16410f001e1da46.tar.gz
decky-installer-de04fec0efc03e10c4cab028e16410f001e1da46.zip
clarify Select Branch wordingv1.6.0
-rw-r--r--gui/user_install_script.sh2
1 files changed, 1 insertions, 1 deletions
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