Fixed variables in the template for use with the i18n machinery

svn path=/plone.app.discussion/trunk/; revision=39582
This commit is contained in:
Vincent Fretin 2010-09-01 07:19:51 +00:00
parent f5bed31131
commit d5baae3eec
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ except:
PLONE_4 = False PLONE_4 = False
MAIL_NOTIFICATION_MESSAGE = _(u"mail_notification_message", MAIL_NOTIFICATION_MESSAGE = _(u"mail_notification_message",
default=u"A comment with the title '%(title)s' " default=u"A comment with the title '${title}' "
"has been posted here: %(link)s") "has been posted here: ${link}")
class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable, class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable,