From 1176c15eca6110d35be65d493a6f1c1123a7d745 Mon Sep 17 00:00:00 2001 From: laz Date: Fri, 4 Apr 2025 06:47:21 +0200 Subject: [PATCH] configurator text fixes logger --- tools/configurator.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index 0ad851ce..e919c458 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -552,10 +552,10 @@ configurator_tools_dialog() { choice=$(rd_zenity --list --title="RetroDECK Configurator Utility - RetroDECK: Change Logging Level" --cancel-label="Back" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --width=1200 --height=720 \ --column="Choice" --column="Action" \ - "Level 1: Informational" "The default, only logs important information." \ - "Level 2: Warnings" "Additionally log warnings." \ - "Level 3: Errors" "Additionally log warnings and errors." \ - "Level 4: Debug" "Log everything, may generate a lot of logs!.") + "Level 1: Informational" "The default setting, logs only basic important information." \ + "Level 2: Warnings" "Logs general warnings." \ + "Level 3: Errors" "Logs more detailed error messages." \ + "Level 4: Debug" "Logs everything, which may generate a lot of logs.") case $choice in