From cde38c8145cc519e74b7b3e4ee239b59a87798f2 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sat, 17 Aug 2002 00:21:52 +0000 Subject: GetConfigInfo(): Fix typo described in SF bug #553385 found by Daniel Buchmann. --- Mailman/Gui/ContentFilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Gui/ContentFilter.py b/Mailman/Gui/ContentFilter.py index ed27f5f42..d4eb0b8db 100644 --- a/Mailman/Gui/ContentFilter.py +++ b/Mailman/Gui/ContentFilter.py @@ -35,7 +35,7 @@ class ContentFilter(GUIBase): WIDTH = mm_cfg.TEXTFIELDWIDTH return [ - _("""Policies concerning concerning the content of list traffic. + _("""Policies concerning the content of list traffic.
Content filtering works like this: when a message is received by the list and you have enabled content filtering, the -- cgit v1.3.1