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

This reverts commit 25c8faacc11353af815edb9dfdac567c2ddf284d.

Conflicts (solved):

	CHANGES.txt

test and full fix on the way

svn path=/plone.app.discussion/trunk/; revision=35264
This commit is contained in:
Florian Friesdorf 2010-03-18 13:21:53 +00:00
parent c45a600e5b
commit 2815febe46
2 changed files with 1 additions and 5 deletions

View File

@ -7,10 +7,6 @@ Changelog
* German translation updated. * German translation updated.
[juh] [juh]
* 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. * Fix #2419342: Fix untranslated published/deleted status messages.
[timo] [timo]

View File

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