summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-08-04 02:18:42 +0000
committerbwarsaw2001-08-04 02:18:42 +0000
commit2998f6b44b11f2b0f06eeae6c8969f9c87efb34a (patch)
treea4e81a0f2672c9b12c0ce3b47b4513b32b2689c2
parent2028022a8570a086cc17f64c51737e40b1adf0cd (diff)
downloadmailman-2998f6b44b11f2b0f06eeae6c8969f9c87efb34a.tar.gz
mailman-2998f6b44b11f2b0f06eeae6c8969f9c87efb34a.tar.zst
mailman-2998f6b44b11f2b0f06eeae6c8969f9c87efb34a.zip
-rw-r--r--Mailman/Gui/Autoresponse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Gui/Autoresponse.py b/Mailman/Gui/Autoresponse.py
index b19eff28f..ff2e8397a 100644
--- a/Mailman/Gui/Autoresponse.py
+++ b/Mailman/Gui/Autoresponse.py
@@ -53,7 +53,7 @@ box, or you can specify a file on your local system to upload as the text."""),
(6, WIDTH), 0,
_('Auto-response text to send to mailing list posters.')),
- ('autorespond_admin', mm_cfg.Toggle, ('No', 'Yes'), 0,
+ ('autorespond_admin', mm_cfg.Toggle, (_('No'), _('Yes')), 0,
_('''Should Mailman send an auto-response to emails sent to the
-admin and -owner addresses?''')),