Skip to content

Commit

Permalink
Merge pull request #100 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 2c41122 + af4e921 commit 624fb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plone/app/portlets/portlets/recent.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class IRecentPortlet(IPortletDataProvider):
default=False)

thumb_scale = schema.TextLine(
title=_(u"Override thumb size"),
title=_(u"Override thumb scale"),
description=_(
u"Enter a valid scale name"
u" (see 'Image Handling' control panel) to override"
Expand Down
2 changes: 1 addition & 1 deletion plone/app/portlets/portlets/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class IReviewPortlet(IPortletDataProvider):
default=False)

thumb_scale = schema.TextLine(
title=_(u"Override thumb size"),
title=_(u"Override thumb scale"),
description=_(
u"Enter a valid scale name"
u" (see 'Image Handling' control panel) to override"
Expand Down

0 comments on commit 624fb27

Please sign in to comment.