Skip to content

Commit

Permalink
Merge pull request #411 from plone/fgrcon-cleanup_2-1734
Browse files Browse the repository at this point in the history
further fixes for plip 1734-attribute-renames
  • Loading branch information
thet authored Jun 17, 2017
2 parents cb1f4d4 + 5f8a24f commit 5166c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plone/app/contenttypes/behaviors/thumb_icon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 5166c93

Please sign in to comment.