Skip to content

Commit eaaa91f

Browse files
committed
Make the description one sentence and remove the final period
1 parent 2fbf7c9 commit eaaa91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iop/sigmoid.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ const char **description(dt_iop_module_t *self)
200200
{
201201
return dt_iop_set_description(self,
202202
_("apply a view transform to make an image displayable\n"
203-
"on a screen or print. uses a robust and smooth\n"
204-
"tone curve with optional color preservation methods."),
203+
"on a screen or print using a robust and smooth\n"
204+
"tone curve with optional color preservation methods"),
205205
_("corrective and creative"), _("linear, RGB, scene-referred"),
206206
_("non-linear, RGB"), _("linear, RGB, display-referred"));
207207
}

0 commit comments

Comments
 (0)