Skip to content

Commit 2fbf7c9

Browse files
committed
Use the grammatically correct variant of the indefinite article
1 parent 5c248fa commit 2fbf7c9

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
@@ -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,7 +199,7 @@ 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"
202+
_("apply a view transform to make an image displayable\n"
203203
"on a screen or print. uses a robust and smooth\n"
204204
"tone curve with optional color preservation methods."),
205205
_("corrective and creative"), _("linear, RGB, scene-referred"),

0 commit comments

Comments
 (0)