Skip to content

Commit 458925f

Browse files
committed
translations: fix typo in drop import
1 parent f96ea6b commit 458925f

File tree

1 file changed

+3
-3
lines changed
  • tagstudio/resources/translations

1 file changed

+3
-3
lines changed

tagstudio/resources/translations/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"app.pre_release": "Pre-Release",
44
"app.title": "{base_title} - Library '{library_dir}'",
55
"color.title.no_color": "No Color",
6-
"drop_import.description": "The following files have filenames already exist in the library",
7-
"drop_import.duplicates_choice.plural": "The following {count} files have filenames that already exist in the library.",
8-
"drop_import.duplicates_choice.singular": "The following file has a filename that already exists in the library.",
6+
"drop_import.description": "The following files match file paths that already exist in the library",
7+
"drop_import.duplicates_choice.plural": "The following {count} files match file paths that already exist in the library.",
8+
"drop_import.duplicates_choice.singular": "The following file matches a file path that already exists in the library.",
99
"drop_import.progress.label.initial": "Importing New Files...",
1010
"drop_import.progress.label.plural": "Importing New Files...\n{count} Files Imported.{suffix}",
1111
"drop_import.progress.label.singular": "Importing New Files...\n1 File imported.{suffix}",

0 commit comments

Comments
 (0)