We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffa363 commit 1974ff1Copy full SHA for 1974ff1
tagstudio/src/qt/ts_qt.py
@@ -696,7 +696,7 @@ def add_new_files_callback(self):
696
pw.update_progress(x + 1),
697
pw.update_label(
698
f"Scanning Directories for New Files...\n{x + 1}"
699
- f" File{"s" if x + 1 != 1 else ""} Searched,"
+ f' File{"s" if x + 1 != 1 else ""} Searched,'
700
f" {tracker.files_count} New Files Found"
701
),
702
)
0 commit comments