From 181fee785b1aa6a63b3d55bb99b74cad1d449be8 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Fri, 20 Mar 2020 15:15:25 +0100 Subject: [PATCH] change mail_notification_message_moderator msgid to keep old mail template for Plone 5.1 in plone.app.locales 5.1.x to stay compatible with both Plone 5.1.x and 5.2.x --- plone/app/discussion/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/comment.py b/plone/app/discussion/comment.py index 9c68738..41d430f 100644 --- a/plone/app/discussion/comment.py +++ b/plone/app/discussion/comment.py @@ -56,7 +56,7 @@ MAIL_NOTIFICATION_MESSAGE = _( ) MAIL_NOTIFICATION_MESSAGE_MODERATOR = _( - u'mail_notification_message_moderator', + u'mail_notification_message_moderator2', default=u'A comment on "${title}" ' u'has been posted by ${commentator}\n' u'here: ${link}\n\n'