HasTextMatchingSubstringOf: Syncronized filter name

svn: r4187
This commit is contained in:
Martin Hawlisch 2005-03-15 20:16:16 +00:00
parent 0b892faff2
commit 56150c93e6

View File

@ -2117,7 +2117,7 @@ tasks = {
unicode(_("People marked private")) : PeoplePrivate, unicode(_("People marked private")) : PeoplePrivate,
unicode(_("Witnesses")) : IsWitness, unicode(_("Witnesses")) : IsWitness,
unicode(_("Has text matching substring")) : HasTextMatchingSubstringOf, unicode(_("Has text matching substring of")) : HasTextMatchingSubstringOf,
} }
#------------------------------------------------------------------------- #-------------------------------------------------------------------------