Improving help messages

svn: r12277
This commit is contained in:
Joan Creus 2009-03-09 18:35:16 +00:00
parent 7eb2b83812
commit 8d7518c994
2 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

@ -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