Skip to content

Commit aa58ed7

Browse files
authored
Merge pull request #18893 from victoryforce/sigmoid-module-description-fixes
[GUI] Sigmoid module description grammar/style fixes
2 parents c4c978e + eaaa91f commit aa58ed7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/iop/sigmoid.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of darktable,
3-
Copyright (C) 2020-2024 darktable developers.
3+
Copyright (C) 2020-2025 darktable developers.
44
55
darktable is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -199,9 +199,9 @@ const char *aliases()
199199
const char **description(dt_iop_module_t *self)
200200
{
201201
return dt_iop_set_description(self,
202-
_("apply a view transform to make a image displayable\n"
203-
"on a screen or print. uses a robust and smooth\n"
204-
"tone curve with optional color preservation methods."),
202+
_("apply a view transform to make an image displayable\n"
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)