Fixing typos
svn: r12275
This commit is contained in:
parent
58fabc972d
commit
7eb2b83812
@ -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')
|
||||
|
||||
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user