[nodes] ImageProcessing: minor wording change

This commit is contained in:
Fabien Castan 2020-09-04 16:59:46 +02:00
parent d1ab87234d
commit 11af1cca69

View file

@ -119,8 +119,8 @@ Convert or apply filtering to the input images.
), ),
desc.BoolParam( desc.BoolParam(
name='fillHoles', name='fillHoles',
label='Fill holes', label='Fill Holes',
description='Fill holes.', description='Fill holes based on the alpha channel.',
value=False, value=False,
uid=[0], uid=[0],
), ),