From d5baae3eecab052442ba83ab4cd26cda9f92c11a Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Wed, 1 Sep 2010 07:19:51 +0000 Subject: [PATCH] Fixed variables in the template for use with the i18n machinery svn path=/plone.app.discussion/trunk/; revision=39582 --- plone/app/discussion/comment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plone/app/discussion/comment.py b/plone/app/discussion/comment.py index d333b4c..723516a 100644 --- a/plone/app/discussion/comment.py +++ b/plone/app/discussion/comment.py @@ -47,8 +47,8 @@ except: PLONE_4 = False MAIL_NOTIFICATION_MESSAGE = _(u"mail_notification_message", - default=u"A comment with the title '%(title)s' " - "has been posted here: %(link)s") + default=u"A comment with the title '${title}' " + "has been posted here: ${link}") class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,