From 7780e25e0e40ed1ee67d795106fa066c2fcaf5d8 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 28 Dec 2024 00:04:43 +0900 Subject: [PATCH] STEAM_SYNC: labeling --- tools/configurator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 5948a760..693874db 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -116,7 +116,7 @@ configurator_welcome_dialog() { "RetroDECK: Tools" "Compress games, move RetroDECK and install optional features" \ "RetroDECK: Troubleshooting" "Backup data, perform BIOS / multi-disc file checks and emulator resets" \ "RetroDECK: About" "Show additional information about RetroDECK" \ - "Sync with Steam" "Sync all favorited games with Steam" \ + "Steam Sync" "Sync all favorited games with Steam" \ "Developer Options" "Welcome to the DANGER ZONE") else welcome_menu_options=("Presets & Settings" "Here you find various presets, tweaks and settings to customize your RetroDECK experience" \ @@ -158,7 +158,7 @@ configurator_welcome_dialog() { configurator_about_retrodeck_dialog ;; - "Sync with Steam" ) + "Steam Sync" ) configurator_add_steam ;;