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