Skip to content

Commit

Permalink
further fixes for plip 1734-attribute-renames
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrcon committed Jun 16, 2017
1 parent 2c41122 commit af4e921
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 af4e921

Please sign in to comment.