Update tranformation help string.

This commit is contained in:
Roberto Rosario
2015-07-04 04:01:20 -04:00
parent a0916afe7c
commit 862de43219

View File

@@ -219,7 +219,7 @@ class BaseTransformation(object):
class TransformationResize(BaseTransformation):
name = 'resize'
arguments = ('width', 'height')
label = _('Resize <width, height>')
label = _('Resize <width> <height>')
def execute_on(self, *args, **kwargs):
super(TransformationResize, self).execute_on(*args, **kwargs)