From 26301898f7ce25fde677d3e5f547e13f7bec6233 Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Tue, 15 Mar 2005 20:16:16 +0000 Subject: [PATCH] HasTextMatchingSubstringOf: Syncronized filter name svn: r4187 --- src/GenericFilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GenericFilter.py b/src/GenericFilter.py index 713589ca6..c7a935a18 100644 --- a/src/GenericFilter.py +++ b/src/GenericFilter.py @@ -2117,7 +2117,7 @@ tasks = { unicode(_("People marked private")) : PeoplePrivate, unicode(_("Witnesses")) : IsWitness, - unicode(_("Has text matching substring")) : HasTextMatchingSubstringOf, + unicode(_("Has text matching substring of")) : HasTextMatchingSubstringOf, } #-------------------------------------------------------------------------