From 458925fbf74b77d928617925a17c7da9af40fd25 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:08:16 -0800 Subject: [PATCH] translations: fix typo in drop import --- tagstudio/resources/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tagstudio/resources/translations/en.json b/tagstudio/resources/translations/en.json index 8ef50351..ae48b3b6 100644 --- a/tagstudio/resources/translations/en.json +++ b/tagstudio/resources/translations/en.json @@ -3,9 +3,9 @@ "app.pre_release": "Pre-Release", "app.title": "{base_title} - Library '{library_dir}'", "color.title.no_color": "No Color", - "drop_import.description": "The following files have filenames already exist in the library", - "drop_import.duplicates_choice.plural": "The following {count} files have filenames that already exist in the library.", - "drop_import.duplicates_choice.singular": "The following file has a filename that already exists in the library.", + "drop_import.description": "The following files match file paths that already exist in the library", + "drop_import.duplicates_choice.plural": "The following {count} files match file paths that already exist in the library.", + "drop_import.duplicates_choice.singular": "The following file matches a file path that already exists in the library.", "drop_import.progress.label.initial": "Importing New Files...", "drop_import.progress.label.plural": "Importing New Files...\n{count} Files Imported.{suffix}", "drop_import.progress.label.singular": "Importing New Files...\n1 File imported.{suffix}",