From fbafc7e8efb59df48de5cad47a07d02dd05407e4 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 31 Mar 2012 05:37:38 +0000 Subject: [PATCH] Fixed IndentationError created from rev19169. It is a major one as it crashes Gramps upon trying to loading. svn: r19182 --- src/Filters/Rules/_HasTextMatchingSubstringOf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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