[Products.Silva][wim] make it more clear to get back the origina...

[email protected] Mon, 02 Sep 2013 14:01:06 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    wim
date:      Mon Sep 02 14:00:56 2013 +0200
revision:  11857:31f7c4e51cb7 in Products.Silva
branch:    2.4
details:   https://hg.infrae.com/Products.Silva?cmd=changeset;node=31f7c4e51cb7
modified:  Products/Silva/Image/smi.py
added:     
removed:   
log:       make it more clear to get back the original format bug #1190145


diffstat:

 Products/Silva/Image/smi.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 765b26535ba5 -r 31f7c4e51cb7 Products/Silva/Image/smi.py
--- a/Products/Silva/Image/smi.py	Fri Aug 30 19:26:24 2013 +0200
+++ b/Products/Silva/Image/smi.py	Mon Sep 02 14:00:56 2013 +0200
@@ -77,7 +77,8 @@
         title=_(u"Scaling"),
         description=_(u'Image scaling for web: use width x  '
                       u'height in pixels, or one axis length, '
-                      u'or a percentage (100x200, 100x*, *x200, 40%).'),
+                      u'or a percentage (100x200, 100x*, *x200, 40%).'
+                      u'Use 100% to scale back to the orginal format.'),
         required=False)
     web_crop = silvaschema.CropCoordinates(
         title=_(u"Cropping"),