From 7eb2b8381264156447d7e1fa201df190de5a5497 Mon Sep 17 00:00:00 2001 From: Joan Creus Date: Mon, 9 Mar 2009 18:28:34 +0000 Subject: [PATCH] Fixing typos svn: r12275 --- src/Filters/Rules/Person/_HasAddress.py | 4 ++-- src/Filters/Rules/Person/_HasAssociation.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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):