Fixing typos

svn: r12275
This commit is contained in:
Joan Creus 2009-03-09 18:28:34 +00:00
parent 58fabc972d
commit 7eb2b83812
2 changed files with 4 additions and 4 deletions

View File

@ -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 <count> address')
description = _("Matches people with certain number of personal address")
name = _('People with <count> addresses')
description = _("Matches people with a certain number of personal addresses")
category = _('General filters')

View File

@ -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 <count> association')
description = _("Matches people with certain number of association")
name = _('People with <count> associations')
description = _("Matches people with a certain number of associations")
category = _('General filters')
def prepare(self, db):