Fix #662654: As an administrator, I can configure a Collection to show recent comments. Rename 'Discussion Item' title from 'Comment' to 'Discussion Item'.

svn path=/plone.app.discussion/trunk/; revision=35109
This commit is contained in:
Timo Stollenwerk 2010-03-17 14:04:34 +00:00
parent 37b8e0fe15
commit e00453e9d6
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ Changelog
1.0b4 (unreleased)
------------------
* Fix #662654: As an administrator, I can configure a Collection to show recent
comments. Rename 'Discussion Item' title from 'Comment' to 'Discussion Item'
[chaoflow]
* Fix #2419342: Fix untranslated published/deleted status messages.
[timo]

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<object name="Discussion Item" meta_type="Factory-based Type Information"
i18n:domain="plone" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<property name="title" i18n:translate="">Comment</property>
<property name="title" i18n:translate="">Discussion Item</property>
<property name="description" i18n:translate="">Comments added to a content item.</property>
<property name="content_icon">discussionitem_icon.gif</property>
<property name="content_meta_type">Discussion Item</property>