From a6d6613f09797791812c3ab58b236ea3c209e2de Mon Sep 17 00:00:00 2001 From: Gykes Date: Wed, 22 Apr 2026 23:40:13 -0700 Subject: [PATCH] fix word usage --- ui/v2.5/src/docs/en/Manual/AutoTagging.md | 4 ++-- ui/v2.5/src/locales/en-GB.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/AutoTagging.md b/ui/v2.5/src/docs/en/Manual/AutoTagging.md index cc70c7b1f..0cfbd6f84 100644 --- a/ui/v2.5/src/docs/en/Manual/AutoTagging.md +++ b/ui/v2.5/src/docs/en/Manual/AutoTagging.md @@ -49,6 +49,6 @@ Performers or Tags that have Ignore Auto tag flag added to them will be skipped - **Selective auto tag:** You can run the Auto tag task on specific directories from the Tasks page. - **Individual pages:** You can run Auto tag tasks for specific Performers, Studios, and Tags from their respective pages. -### Skip the confirmation warning +### Disable the confirmation warning -A confirmation warning is shown before Auto tag runs. If you use Auto tag frequently you can bypass this warning by ticking the **Don't show this warning again** checkbox on the warning dialog, or by enabling **Settings → Tasks → Auto Tag → Disable auto tag warning**. +A confirmation warning is shown before Auto tag runs. If you use Auto tag frequently you can disable this warning by ticking the **Don't show this warning again** checkbox on the warning dialog, or by enabling **Settings → Tasks → Auto Tag → Disable auto tag warning**. diff --git a/ui/v2.5/src/locales/en-GB.json b/ui/v2.5/src/locales/en-GB.json index 9d390d993..b3d05fed7 100644 --- a/ui/v2.5/src/locales/en-GB.json +++ b/ui/v2.5/src/locales/en-GB.json @@ -511,7 +511,7 @@ "auto_tagging_all_paths": "Auto tagging all paths", "auto_tagging_paths": "Auto tagging the following paths", "disable_warning": { - "description": "Skip the confirmation warning shown before running auto tag.", + "description": "Disable the confirmation warning shown before running auto tag.", "heading": "Disable auto tag warning" } },