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:
parent
a0cae6a3e0
commit
fbafc7e8ef
@ -37,8 +37,8 @@ class HasTextMatchingSubstringOf(Rule):
|
|||||||
'Case sensitive:',
|
'Case sensitive:',
|
||||||
'Regular-Expression matching:']
|
'Regular-Expression matching:']
|
||||||
name = 'Objects with records containing <substring>'
|
name = 'Objects with records containing <substring>'
|
||||||
description = "Matches objects whose records contain text "
|
description = ["Matches objects whose records contain text ",
|
||||||
"matching a substring"
|
"matching a substring"]
|
||||||
category = 'General filters'
|
category = 'General filters'
|
||||||
|
|
||||||
# FIXME: This needs to be written for an arbitrary object
|
# FIXME: This needs to be written for an arbitrary object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user