diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 18:24:56 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 18:24:56 +0200 |
commit | f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6 (patch) | |
tree | 1311542befe0f55943577b2629fc6625099b7e6f /src/redshift.c | |
parent | Use gamma_method_spec_t struct to control and iterate through different (diff) | |
download | redshift-ng-f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6.tar.gz redshift-ng-f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6.tar.bz2 redshift-ng-f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6.tar.xz |
Don't include gettext headers when NLS is disabled.
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 |