Improving help messages
svn: r12277
This commit is contained in:
parent
7eb2b83812
commit
8d7518c994
@ -41,5 +41,5 @@ class HasReferenceCountOf(HasReferenceCountBase):
|
||||
"""Family objects 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"""
|
||||
|
||||
name = _('Families with child matching the <regex_name>')
|
||||
description = _("Matches families where child has a name "
|
||||
"matching a specified regular expression")
|
||||
description = _("Matches families where some child has a name "
|
||||
"that matches a specified regular expression")
|
||||
category = _('Child filters')
|
||||
base_class = RegExpName
|
||||
apply = child_base
|
||||
|
Loading…
Reference in New Issue
Block a user