aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-28 14:34:43 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2014-12-28 14:34:43 -0500
commitf154aaa7c1877703308a71ca9d1ba34823a69bf0 (patch)
tree127be772dfdebfa87b5d54a4de068ce858da8281 /src/redshift.c
parentredshift: Add translation of Daytime/Night in new gamma string (diff)
downloadredshift-ng-f154aaa7c1877703308a71ca9d1ba34823a69bf0.tar.gz
redshift-ng-f154aaa7c1877703308a71ca9d1ba34823a69bf0.tar.bz2
redshift-ng-f154aaa7c1877703308a71ca9d1ba34823a69bf0.tar.xz
redshift: Add translation comment on period name None
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c
index 9e48aa0..60cd9f5 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -306,6 +306,7 @@ typedef enum {
/* Names of periods of day */
static const char *period_names[] = {
+ /* TRANSLATORS: Name printed when period of day is unknown */
N_("None"),
N_("Daytime"),
N_("Night"),