fix wrong i18n attribute in body text.

svn path=/plone.app.discussion/trunk/; revision=27653
This commit is contained in:
Timo Stollenwerk 2009-06-24 08:26:02 +00:00
parent 1cc02a3acd
commit f0e38ff65a
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@
</div>
<div class="commentBody"
tal:content="structure reply/text"
i18n:translate="comment_body_text">
tal:content="structure reply/text">
This is the body text of the comment.
</div>