Update tranformation help string.
This commit is contained in:
@@ -219,7 +219,7 @@ class BaseTransformation(object):
|
|||||||
class TransformationResize(BaseTransformation):
|
class TransformationResize(BaseTransformation):
|
||||||
name = 'resize'
|
name = 'resize'
|
||||||
arguments = ('width', 'height')
|
arguments = ('width', 'height')
|
||||||
label = _('Resize <width, height>')
|
label = _('Resize <width> <height>')
|
||||||
|
|
||||||
def execute_on(self, *args, **kwargs):
|
def execute_on(self, *args, **kwargs):
|
||||||
super(TransformationResize, self).execute_on(*args, **kwargs)
|
super(TransformationResize, self).execute_on(*args, **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user