diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-28 14:34:43 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-28 14:34:43 -0500 |
commit | f154aaa7c1877703308a71ca9d1ba34823a69bf0 (patch) | |
tree | 127be772dfdebfa87b5d54a4de068ce858da8281 /src/redshift.c | |
parent | redshift: Add translation of Daytime/Night in new gamma string (diff) | |
download | redshift-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.c | 1 |
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"), |