From e519851bf6efde1b1709610e87dc16d98a868c0c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 8 Mar 2025 16:08:53 +0100 Subject: style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 8c9c766..ed5886a 100644 --- a/src/options.c +++ b/src/options.c @@ -19,7 +19,7 @@ */ #include "common.h" -/* Angular elevation of the sun at which the color temperature +/* Angular elevation of the sun at which the colour temperature transition period starts and ends (in degress). Transition during twilight, and while the sun is lower than 3.0 degrees above the horizon. */ @@ -233,7 +233,7 @@ find_gamma_method(const char *name) for (i = 0; gamma_methods[i]; i++) if (!strcasecmp(name, gamma_methods[i]->name)) return gamma_methods[i]; - /* TRANSLATORS: This refers to the method used to adjust colors e.g. VidMode */ + /* TRANSLATORS: This refers to the method used to adjust colours e.g. VidMode */ eprintf(_("Unknown adjustment method `%s'."), name); } -- cgit v1.2.3-70-g09d2