Fixed IndentationError created from rev19169. It is a major one as it crashes Gramps upon trying to loading.

svn: r19182
This commit is contained in:
Rob G. Healey 2012-03-31 05:37:38 +00:00
parent a0cae6a3e0
commit fbafc7e8ef

View File

@ -37,8 +37,8 @@ class HasTextMatchingSubstringOf(Rule):
'Case sensitive:',
'Regular-Expression matching:']
name = 'Objects with records containing <substring>'
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