From 729847c3b1c65ec1bac8df58f68e1a09dcd3033f Mon Sep 17 00:00:00 2001 From: laz Date: Thu, 3 Apr 2025 07:43:26 +0200 Subject: [PATCH] bios checker text --- tools/configurator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 3d3e51fb..a6db0b5a 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1133,8 +1133,8 @@ configurator_bios_checker() { ) | rd_zenity --progress --auto-close --no-cancel \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ - --title "RetroDECK Configurator Utility - BIOS Check in Progress" \ - --text="This check will look for BIOS files that RetroDECK has identified as working.\n\nNot all BIOS files are required for games to work, please check the BIOS description for more information on its purpose.\n\nBIOS files not known to this tool could still function.\n\nSome more advanced emulators such as Ryujinx will have additional methods to verify that the BIOS files are in working order.\n\nRetroDECK is now checking your BIOS files, please wait...\n\n" \ + --title "RetroDECK Configurator - BIOS Checker - Scanning" \ + --text="The BIOS Checker is scanning for BIOS and Firmware files that RetroDECK recognizes as supported by each system.\n\nPlease note that not all BIOS files are necessary for games to work.\n\nBIOS files not recognized by this tool may still function correctly.\n\nSome emulators have additional built-in methods to verify the functionality of BIOS files.\n\nThe BIOS Checker is now scanning your BIOS files, please wait...\n\n" \ --width=400 --height=100 }