Skip to content

Commit

Permalink
[nodes] ImageProcessing: minor wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Sep 4, 2020
1 parent d1ab872 commit 11af1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshroom/nodes/aliceVision/ImageProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ class ImageProcessing(desc.CommandLineNode):
),
desc.BoolParam(
name='fillHoles',
label='Fill holes',
description='Fill holes.',
label='Fill Holes',
description='Fill holes based on the alpha channel.',
value=False,
uid=[0],
),
Expand Down

0 comments on commit 11af1cc

Please sign in to comment.