From b47ee0a4e338f86761cb871496852b71594fceb0 Mon Sep 17 00:00:00 2001 From: benpiano800 <51756721+benpiano800@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:24:43 -0500 Subject: [chore] docs: various grammatical fixes --- searx/plugins/hostnames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/plugins/hostnames.py') 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", ) -- cgit v1.2.3