Fixing typos
svn: r12274
This commit is contained in:
parent
1566aa7f43
commit
4d900e41e8
@ -44,8 +44,8 @@ class HasAddress(Rule):
|
|||||||
"""Rule that checks for a person with a personal address"""
|
"""Rule that checks for a person with a personal address"""
|
||||||
|
|
||||||
labels = [ _('Number of instances:'), _('Number must be:')]
|
labels = [ _('Number of instances:'), _('Number must be:')]
|
||||||
name = _('People with <count> address')
|
name = _('People with <count> addresses')
|
||||||
description = _("Matches people with certain number of personal address")
|
description = _("Matches people with a certain number of personal addresses")
|
||||||
category = _('General filters')
|
category = _('General filters')
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,8 +44,8 @@ class HasAssociation(Rule):
|
|||||||
"""Rule that checks for a person with a personal association"""
|
"""Rule that checks for a person with a personal association"""
|
||||||
|
|
||||||
labels = [ _('Number of instances:'), _('Number must be:')]
|
labels = [ _('Number of instances:'), _('Number must be:')]
|
||||||
name = _('People with <count> association')
|
name = _('People with <count> associations')
|
||||||
description = _("Matches people with certain number of association")
|
description = _("Matches people with a certain number of associations")
|
||||||
category = _('General filters')
|
category = _('General filters')
|
||||||
|
|
||||||
def prepare(self, db):
|
def prepare(self, db):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user