summaryrefslogtreecommitdiff
path: root/searx/plugins/hostnames.py
diff options
context:
space:
mode:
authorbenpiano800 <51756721+benpiano800@users.noreply.github.com>2025-06-12 10:24:43 -0500
committerBnyro <bnyro@tutanota.com>2025-06-23 23:01:29 +0200
commitb47ee0a4e338f86761cb871496852b71594fceb0 (patch)
tree502f4bea70ef8a10667f855a77cab2c3205ee3d3 /searx/plugins/hostnames.py
parentcacfe54153de06e8a0f488366d60d03d1184da63 (diff)
[chore] docs: various grammatical fixes
Diffstat (limited to 'searx/plugins/hostnames.py')
-rw-r--r--searx/plugins/hostnames.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/plugins/hostnames.py b/searx/plugins/hostnames.py
index 53db5507a..ac6da9226 100644
--- a/searx/plugins/hostnames.py
+++ b/searx/plugins/hostnames.py
@@ -121,7 +121,7 @@ class SXNGPlugin(Plugin):
self.info = PluginInfo(
id=self.id,
name=gettext("Hostnames plugin"),
- description=gettext("Rewrite hostnames, remove results or prioritize them based on the hostname"),
+ description=gettext("Rewrite hostnames and remove or prioritize results based on the hostname"),
preference_section="general",
)