diff --git a/po/gramps.pot b/po/gramps.pot index d2a4a32e8..76c87c106 100644 --- a/po/gramps.pot +++ b/po/gramps.pot @@ -20414,11 +20414,11 @@ msgid "Family filters" msgstr "" #: ../src/Filters/Rules/Person/_HasSource.py:46 -msgid "People with source" +msgid "People with sources" msgstr "" #: ../src/Filters/Rules/Person/_HasSource.py:47 -msgid "Matches people with a certain number of items in the source" +msgid "Matches people with a certain number of sources connected to it" msgstr "" #: ../src/Filters/Rules/Person/_HasSourceOf.py:46 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")