From 0661cce217f8d93d4bce0d8a97348e6a76e74da6 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 4 Dec 2024 13:32:02 +0900 Subject: [PATCH] LEGACY_CONFIGURATOR: tweaked text --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 9730a472..ea47b6ab 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1260,7 +1260,7 @@ configurator_add_steam() { zenity --question \ --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ --title "RetroDECK Configurator - RetroDECK Steam Syncronization" \ - --text="Steam syncronization is currently enabled.\nDisabling Steam Sync will remove all your favorites from Steam at the next Steam startup.\n\nDo you want to continue?\n\nTo re-add them just enable Steam Sync again and restart Steam." + --text="Steam syncronization is currently enabled.\nDisabling Steam Sync will remove all of your favorites from Steam at the next Steam startup.\n\nDo you want to continue?\n\nTo re-add them, just reenable Steam Sync then and restart Steam." if [ $? == 0 ] # User clicked "Yes" then