diff --git a/src/Filters/Rules/Person/_HasAddress.py b/src/Filters/Rules/Person/_HasAddress.py index 5a4f83a7f..0d0426208 100755 --- a/src/Filters/Rules/Person/_HasAddress.py +++ b/src/Filters/Rules/Person/_HasAddress.py @@ -44,8 +44,8 @@ class HasAddress(Rule): """Rule that checks for a person with a personal address""" labels = [ _('Number of instances:'), _('Number must be:')] - name = _('People with address') - description = _("Matches people with certain number of personal address") + name = _('People with addresses') + description = _("Matches people with a certain number of personal addresses") category = _('General filters') diff --git a/src/Filters/Rules/Person/_HasAssociation.py b/src/Filters/Rules/Person/_HasAssociation.py index e2c297ca6..4ee9093ae 100755 --- a/src/Filters/Rules/Person/_HasAssociation.py +++ b/src/Filters/Rules/Person/_HasAssociation.py @@ -44,8 +44,8 @@ class HasAssociation(Rule): """Rule that checks for a person with a personal association""" labels = [ _('Number of instances:'), _('Number must be:')] - name = _('People with association') - description = _("Matches people with certain number of association") + name = _('People with associations') + description = _("Matches people with a certain number of associations") category = _('General filters') def prepare(self, db):