Improving help messages
svn: r12276
This commit is contained in:
parent
4d900e41e8
commit
3a4781aaa0
@ -41,5 +41,5 @@ class HasReferenceCountOf(HasReferenceCountBase):
|
|||||||
"""Family objects with a reference count of <count>"""
|
"""Family objects with a reference count of <count>"""
|
||||||
|
|
||||||
name = _('Families with a reference count of <count>')
|
name = _('Families with a reference count of <count>')
|
||||||
description = _("Matches families objects with a certain reference count")
|
description = _("Matches family objects with a certain reference count")
|
||||||
|
|
||||||
|
@ -44,8 +44,8 @@ class RegExpChildName(RegExpName):
|
|||||||
"""Rule that checks for full or partial name matches"""
|
"""Rule that checks for full or partial name matches"""
|
||||||
|
|
||||||
name = _('Families with child matching the <regex_name>')
|
name = _('Families with child matching the <regex_name>')
|
||||||
description = _("Matches families where child has a name "
|
description = _("Matches families where some child has a name "
|
||||||
"matching a specified regular expression")
|
"that matches a specified regular expression")
|
||||||
category = _('Child filters')
|
category = _('Child filters')
|
||||||
base_class = RegExpName
|
base_class = RegExpName
|
||||||
apply = child_base
|
apply = child_base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user