diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift.c b/src/redshift.c index ad151ce..430c732 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -260,7 +260,7 @@ print_help(const char *program_name) fputs("\n", stdout); /* TRANSLATORS: help output 6 */ - printf("Please report bugs to <%s>\n", PACKAGE_BUGREPORT); + printf(_("Please report bugs to <%s>\n"), PACKAGE_BUGREPORT); } static void |