summaryrefslogtreecommitdiff
path: root/searx/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins')
-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",
)