From 9ae5e61cd55035fe14710c87f24f7112fb9e5ecf Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 10 Jan 2025 15:55:00 +0900 Subject: [PATCH] BIOS_CHECKER: removed "?" --- tools/configurator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 48d05ce9..5660f740 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1104,8 +1104,8 @@ configurator_check_bios_files() { --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --width=1200 --height=720 \ --column "BIOS File Name" \ --column "Systems" \ - --column "Found?" \ - --column "Hash Matches?" \ + --column "Found" \ + --column "Hash Matches" \ --column "Expected Path" \ --column "MD5" \ --column "Description" \