From 0b94ec26fed58360181df1fcdd7022506508e1c9 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 28 Dec 2014 14:34:21 -0500 Subject: redshift: Add translation of Daytime/Night in new gamma string --- src/redshift.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/redshift.c b/src/redshift.c index c22826b..9e48aa0 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -1280,10 +1280,12 @@ main(int argc, char *argv[]) } if (verbose) { + /* TRANSLATORS: The string in parenthesis is either + Daytime or Night (translated). */ printf(_("Gamma (%s): %.3f, %.3f, %.3f\n"), - "Day", day.gamma[0], day.gamma[1], day.gamma[2]); + _("Daytime"), day.gamma[0], day.gamma[1], day.gamma[2]); printf(_("Gamma (%s): %.3f, %.3f, %.3f\n"), - "Night", night.gamma[0], night.gamma[1], night.gamma[2]); + _("Night"), night.gamma[0], night.gamma[1], night.gamma[2]); } /* Initialize gamma adjustment method. If method is NULL -- cgit v1.2.3-70-g09d2