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:
parent
37b8e0fe15
commit
e00453e9d6
@ -4,6 +4,10 @@ Changelog
|
|||||||
1.0b4 (unreleased)
|
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.
|
* Fix #2419342: Fix untranslated published/deleted status messages.
|
||||||
[timo]
|
[timo]
|
||||||
|
|
||||||
|
@ -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="">Comment</property>
|
<property name="title" i18n:translate="">Discussion Item</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user