From 4686559e43dfbd8cc580f420f335a2e8b5d9d878 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 21 Oct 2001 22:12:40 +0000 Subject: GetConfigCategory(): "Topic filters" -> "Topics" --- Mailman/Gui/Topics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index 5ba922b6d..b6a4b0a24 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -22,7 +22,7 @@ from Mailman.Logging.Syslog import syslog class Topics: def GetConfigCategory(self): - return 'topics', _('Topic filters') + return 'topics', _('Topics') def GetConfigInfo(self, mlist, category, subcat=None): if category <> 'topics': -- cgit v1.3.1