From b7730ffcf9ecd7f906ec0e8bd253ca4e54fc52c0 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sat, 16 May 2026 23:29:03 +0200 Subject: [PATCH] Update migration search setting description --- .../components/MigrationBulkSearchOptionsDialog.tsx | 2 +- src/i18n/locales/en.po | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx b/src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx index 4387647f..9a5f5623 100644 --- a/src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx +++ b/src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx @@ -48,7 +48,7 @@ export const MigrationBulkSearchOptionsDialog = ({ {t`Do not automatically select matches if they are behind the current source. They will still be shown in the found matches`} + >{t`Only automatically select matches if they have additional chapters. They will still be shown in the found matches`} } sx={{ diff --git a/src/i18n/locales/en.po b/src/i18n/locales/en.po index c3492929..819ec167 100644 --- a/src/i18n/locales/en.po +++ b/src/i18n/locales/en.po @@ -1356,10 +1356,6 @@ msgstr "Display file sizes in binary (KiB, MiB, GiB) instead of decimal (KB, MB, msgid "Display mode" msgstr "Display mode" -#: src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx -msgid "Do not automatically select matches if they are behind the current source. They will still be shown in the found matches" -msgstr "Do not automatically select matches if they are behind the current source. They will still be shown in the found matches" - #: src/features/settings/components/koreaderSync/KoreaderSyncSettings.tsx msgid "Document matching method" msgstr "Document matching method" @@ -2558,6 +2554,10 @@ msgstr "Oneshot" msgid "Ongoing" msgstr "Ongoing" +#: src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx +msgid "Only automatically select matches if they have additional chapters. They will still be shown in the found matches" +msgstr "Only automatically select matches if they have additional chapters. They will still be shown in the found matches" + #: src/features/migration/Migration.constants.ts msgid "Only outdated matches found" msgstr "Only outdated matches found"