Update message ids to match their real text.

svn path=/plone.app.discussion/trunk/; revision=33542
This commit is contained in:
Hanno Schlichting
2010-01-28 10:57:36 +00:00
parent d894c45343
commit 590b343a53
5 changed files with 15 additions and 14 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ Changelog
1.0b3 (XXXX-XX-XX)
------------------
* Set CSS classes for the comment form in the updateActions method. [timo]
* Update message ids to match their real text. [hannosch]
* Set CSS classes for the comment form in the updateActions method. [timo]
* Respect the allow_comments field on an object and avoid calculations if no comments should be shown. [hannosch]
* Automatically load the ZCML files of the captcha widgets if they are installed. [hannosch]
* Fixed i18n domain in GenericSetup profiles to be ``plone``. Other values aren't supported for GS profiles. [hannosch]