mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
fix word usage
This commit is contained in:
parent
5ad17ee691
commit
a6d6613f09
2 changed files with 3 additions and 3 deletions
|
|
@ -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**.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue