From 5f8a24f95144f4cac12ef450e0b24f9fd5595a8d Mon Sep 17 00:00:00 2001 From: Franz Gerhard Reinisch Date: Fri, 16 Jun 2017 11:23:06 +0200 Subject: [PATCH] further fixes for plip 1734-attribute-renames --- plone/app/contenttypes/behaviors/thumb_icon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plone/app/contenttypes/behaviors/thumb_icon.py b/plone/app/contenttypes/behaviors/thumb_icon.py index 89a4da1e8..b63e4e8ea 100644 --- a/plone/app/contenttypes/behaviors/thumb_icon.py +++ b/plone/app/contenttypes/behaviors/thumb_icon.py @@ -25,7 +25,7 @@ class IThumbIconHandling(model.Schema): ) thumb_scale_list = schema.TextLine( - title=_(u'Override thumb size for list view'), + title=_(u'Override thumb scale for list view'), description=_( u"Enter a valid scale name" u" (see 'Image Handling' control panel) to override" @@ -36,7 +36,7 @@ class IThumbIconHandling(model.Schema): default=u'') thumb_scale_table = schema.TextLine( - title=_(u'Override thumb size for table view'), + title=_(u'Override thumb scale for table view'), description=_( u"Enter a valid scale name" u" (see 'Image Handling' control panel) to override" @@ -47,7 +47,7 @@ class IThumbIconHandling(model.Schema): default=u'') thumb_scale_summary = schema.TextLine( - title=_(u'Override thumb size for summary view'), + title=_(u'Override thumb scale for summary view'), description=_( u"Enter a valid scale name" u" (see 'Image Handling' control panel) to override"