Fixed variables in the template for use with the i18n machinery
svn path=/plone.app.discussion/trunk/; revision=39582
This commit is contained in:
parent
f5bed31131
commit
d5baae3eec
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user