From a688cadee0ad97b50595f7251bfcacb69d8cecfa Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Tue, 24 Dec 2024 14:44:07 +0100 Subject: [PATCH] fix: typo --- tagstudio/resources/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagstudio/resources/translations/en.json b/tagstudio/resources/translations/en.json index df14ee00..1d89b4f7 100644 --- a/tagstudio/resources/translations/en.json +++ b/tagstudio/resources/translations/en.json @@ -212,5 +212,5 @@ "json_migration.heading.extension_list_type": "Extension List Type:", "json_migration.heading.paths": "Paths:", "json_migration.heading.fields": "Fields:", - "json_migration.description": "
Start and preview the results of the library migration process. The converted library will not be used unless you click \"Finish Migration\".

Library data should either have matching values or a feature a \"Matched\" label. Values that do not match will be displayed in red and feature a \"(!)\" symbol next to them.
This process may take up to several minutes for larger libraries.
" + "json_migration.description": "
Start and preview the results of the library migration process. The converted library will not be used unless you click \"Finish Migration\".

Library data should either have matching values or feature a \"Matched\" label. Values that do not match will be displayed in red and feature a \"(!)\" symbol next to them.
This process may take up to several minutes for larger libraries.
" } \ No newline at end of file