From 3a4781aaa0059abef6be0b0b901a8273d665f559 Mon Sep 17 00:00:00 2001 From: Joan Creus Date: Mon, 9 Mar 2009 18:33:26 +0000 Subject: [PATCH] Improving help messages svn: r12276 --- src/Filters/Rules/Family/_HasReferenceCountOf.py | 2 +- src/Filters/Rules/Family/_RegExpChildName.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Filters/Rules/Family/_HasReferenceCountOf.py b/src/Filters/Rules/Family/_HasReferenceCountOf.py index 066f107cf..0e4e5602a 100644 --- a/src/Filters/Rules/Family/_HasReferenceCountOf.py +++ b/src/Filters/Rules/Family/_HasReferenceCountOf.py @@ -41,5 +41,5 @@ class HasReferenceCountOf(HasReferenceCountBase): """Family objects with a reference count of """ name = _('Families with a reference count of ') - description = _("Matches families objects with a certain reference count") + description = _("Matches family objects with a certain reference count") diff --git a/src/Filters/Rules/Family/_RegExpChildName.py b/src/Filters/Rules/Family/_RegExpChildName.py index 2cda5441e..2489b7d48 100644 --- a/src/Filters/Rules/Family/_RegExpChildName.py +++ b/src/Filters/Rules/Family/_RegExpChildName.py @@ -44,8 +44,8 @@ class RegExpChildName(RegExpName): """Rule that checks for full or partial name matches""" name = _('Families with child matching the ') - 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