From fb0cb02de23f1e95d3b3ee1789a1c6ef964a7428 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 26 Feb 2024 13:50:47 +0100 Subject: [PATCH] CONFIGURATOR: fixed prepare_component dialog [skip ci] --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 6ffa3b42..92531451 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1055,7 +1055,7 @@ configurator_reset_dialog() { --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --width=1200 --height=720 \ --text="Which component do you want to reset to default?" \ --column="Component" --column="Action" \ - "BoilR" "Reset BoilR that manages the sync and scraping toward Steam library" \ + "BoilR" "Reset BoilR that manages the sync and scraping toward Steam library" \ "ES-DE" "Reset the ES-DE frontend" \ ) # TODO: "GyroDSU" "Reset the gyroscope manager GyroDSU"