diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:43:41 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-14 23:18:48 -0400 |
| commit | c47a6937e55ea1faeda4a0f7af3beadbdf02b67f (patch) | |
| tree | f416a07586b6dafa442a89c30e65c87920b7688d /sharkey-locales | |
| parent | add warning banner about word mute limitations (diff) | |
| download | sharkey-c47a6937e55ea1faeda4a0f7af3beadbdf02b67f.tar.gz sharkey-c47a6937e55ea1faeda4a0f7af3beadbdf02b67f.tar.bz2 sharkey-c47a6937e55ea1faeda4a0f7af3beadbdf02b67f.zip | |
clarify word mute warning
Diffstat (limited to 'sharkey-locales')
| -rw-r--r-- | sharkey-locales/en-US.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index b9ec49753a..e85edf4425 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -560,7 +560,7 @@ wordMuteTestTest: "Test" wordMuteTestMatch: "Matched words: {words}" wordMuteTestNoResults: "No results yet, enter some text and click \"Test\" to check it." wordMuteTestNoMatch: "Text does not match any patterns." -wordMuteWarning: "Except for regular expressions, all word mutes are *case-sensitive* and match on any substring, including part of a longer word or name." +wordMuteWarning: "All word mutes are *case-sensitive* and match on any substring, including part of a longer word or name. You can use regular expressions for more precise control." bubbleTimeline: "Bubble timeline" bubbleTimelineDescription: "Choose which instances should be displayed in the bubble." |