diff --git a/src/Filters/Rules/Event/_HasSource.py b/src/Filters/Rules/Event/_HasSource.py index a79915d8c..1562e30ca 100644 --- a/src/Filters/Rules/Event/_HasSource.py +++ b/src/Filters/Rules/Event/_HasSource.py @@ -40,5 +40,5 @@ from Filters.Rules._HasSourceBase import HasSourceBase class HasSource(HasSourceBase): """Events with sources""" - name = _('Events with source') - description = _("Matches events with a certain number of items in the source") + name = _('Events with sources') + description = _("Matches events with a certain number of sources connected to it")