Skip to content

Commit 1ba12b7

Browse files
REFACTOR: Updating the 'Icons Distributions' strings in ./main.py
1 parent f4ea3a6 commit 1ba12b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Games Collection Manager/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,10 +667,10 @@ def format_txt_output(sections: list) -> str:
667667
output_lines.append("") # Insert blank line between total counters and icon distribution block
668668
output_lines.append(f"-- Icons Distributions:")
669669
output_lines.append(f"- Owned - {ICON_OWNED}: {total_owned_icon}.")
670-
output_lines.append(f"- Owned Cleaning - {ICON_NEEDS_CLEANING}: {total_needs_cleaning_icon}.")
671-
output_lines.append(f"- Owned Damaged - {ICON_DAMAGED}: {total_damaged_icon}.")
672-
output_lines.append(f"- Box Damaged - {ICON_BOX_DAMAGED}: {total_box_damaged_icon}.")
673-
output_lines.append(f"- Unsure - {ICON_MAYBE}: {total_unsure_icon}.")
670+
output_lines.append(f"- Owned - DVD Box Cleaning - {ICON_NEEDS_CLEANING}: {total_needs_cleaning_icon}.")
671+
output_lines.append(f"- Owned - DVD Box Cover - {ICON_DAMAGED}: {total_damaged_icon}.")
672+
output_lines.append(f"- Owned - Box Damaged - {ICON_BOX_DAMAGED}: {total_box_damaged_icon}.")
673+
output_lines.append(f"- Unsure is Owned - {ICON_MAYBE}: {total_unsure_icon}.")
674674

675675
output_lines.append("")
676676
output_lines.extend(FIXED_METADATA_BLOCK) # Append fixed non-console metadata block in deterministic order

0 commit comments

Comments
 (0)