From d0591a08b3bb2eed6e8235dbf2ac943652bdc2a5 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Fri, 18 Nov 2022 15:15:59 -0500 Subject: [PATCH] SA manual config disclaimer --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index b3103f50..d5857b7d 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -203,7 +203,7 @@ configurator_update_dialog() { configurator_power_user_changes_dialog() { zenity --title "RetroDECK Configurator Utility - Power User Options" --question --no-wrap --cancel-label="Back" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ - --text="Making manual changes to an emulators configuration may create serious issues,\nand some settings may be overwitten during RetroDECK updates.\n\nplease continue only if you know what you're doing.\n\nDo you want to continue?" + --text="Making manual changes to an emulators configuration may create serious issues,\nand some settings may be overwitten during RetroDECK updates.\n\nSome standalone emulator functions may not work properly outside of Desktop mode.\n\nPlease continue only if you know what you're doing.\n\nDo you want to continue?" if [ $? == 1 ] # Cancel button clicked then