diff options
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"), |