diff options
| author | bwarsaw | 2003-06-16 14:53:12 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-06-16 14:53:12 +0000 |
| commit | f52e57b39d8229cc3f68ae74d28a6e5c7037b481 (patch) | |
| tree | 223c03ab225db7d7d9009fcb635443b03005a14a | |
| parent | ca06aebe3ae61923824d50186bd77e9fa640739e (diff) | |
| download | mailman-f52e57b39d8229cc3f68ae74d28a6e5c7037b481.tar.gz mailman-f52e57b39d8229cc3f68ae74d28a6e5c7037b481.tar.zst mailman-f52e57b39d8229cc3f68ae74d28a6e5c7037b481.zip | |
| -rw-r--r-- | Mailman/Gui/Membership.py | 2 | ||||
| -rw-r--r-- | Mailman/Gui/Privacy.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Gui/Membership.py b/Mailman/Gui/Membership.py index 99e44a573..1d5a95734 100644 --- a/Mailman/Gui/Membership.py +++ b/Mailman/Gui/Membership.py @@ -23,7 +23,7 @@ from Mailman.i18n import _ class Membership: def GetConfigCategory(self): - return 'members', _('Membership Management') + return 'members', _('Membership Management...') def GetConfigSubCategories(self, category): if category == 'members': diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 7ef503752..8f3001def 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -25,7 +25,7 @@ from Mailman.Gui.GUIBase import GUIBase class Privacy(GUIBase): def GetConfigCategory(self): - return 'privacy', _('Privacy options') + return 'privacy', _('Privacy options...') def GetConfigSubCategories(self, category): if category == 'privacy': |
