diff --git a/plone/app/portlets/portlets/recent.py b/plone/app/portlets/portlets/recent.py index 568905e7..d03eca32 100644 --- a/plone/app/portlets/portlets/recent.py +++ b/plone/app/portlets/portlets/recent.py @@ -30,7 +30,7 @@ class IRecentPortlet(IPortletDataProvider): min=1) no_icons = schema.Bool( - title=_(u"Suppress Icons "), + title=_(u"Suppress Icons"), description=_( u"If enabled, the portlet will not show document type icons"), required=False,