diff --git a/src/Filters/Rules/_HasTextMatchingSubstringOf.py b/src/Filters/Rules/_HasTextMatchingSubstringOf.py index d179f1356..c89a2d894 100644 --- a/src/Filters/Rules/_HasTextMatchingSubstringOf.py +++ b/src/Filters/Rules/_HasTextMatchingSubstringOf.py @@ -37,8 +37,8 @@ class HasTextMatchingSubstringOf(Rule): 'Case sensitive:', 'Regular-Expression matching:'] name = 'Objects with records containing ' - description = "Matches objects whose records contain text " - "matching a substring" + description = ["Matches objects whose records contain text ", + "matching a substring"] category = 'General filters' # FIXME: This needs to be written for an arbitrary object