From 92e6383c7804dbf3b3e2aab5715b226f451608ed Mon Sep 17 00:00:00 2001 From: icenine451 Date: Mon, 1 Jul 2024 10:50:11 -0400 Subject: [PATCH] Update Configurator menu description for USB Import --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 3e9c3c8f..573dfef1 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -935,7 +935,7 @@ configurator_usb_import_dialog() { choice=$(rd_zenity --list --title="RetroDECK Configurator Utility - Developer Options" --cancel-label="Back" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --width=1200 --height=720 \ --column="Choice" --column="Description" \ - "Prepare USB device" "Create ROM folders on a selected USB device" \ + "Prepare USB device" "Create ROM and BIOS folders on a selected USB device" \ "Import from USB" "Import collection from a previously prepared device" ) case $choice in