diff options
author | Bruno Haible <bruno@clisp.org> | 2012-01-26 21:49:41 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2012-02-18 22:28:04 +0100 |
commit | b366aa9b240c14807954b7eb074cb56854a1ea65 (patch) | |
tree | 190ea789ffc7dde16e3afa5e6c1567a8adb5227a /gettext-tools/tests/tstngettext.c | |
parent | 0512c3de7cf042c96d04e9424900fa7a1c500a47 (diff) | |
download | external_gettext-b366aa9b240c14807954b7eb074cb56854a1ea65.zip external_gettext-b366aa9b240c14807954b7eb074cb56854a1ea65.tar.gz external_gettext-b366aa9b240c14807954b7eb074cb56854a1ea65.tar.bz2 |
Modernize quoting.
Diffstat (limited to 'gettext-tools/tests/tstngettext.c')
-rw-r--r-- | gettext-tools/tests/tstngettext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/tstngettext.c b/gettext-tools/tests/tstngettext.c index 8bf2913..097748b 100644 --- a/gettext-tools/tests/tstngettext.c +++ b/gettext-tools/tests/tstngettext.c @@ -1,5 +1,5 @@ /* ngettext - retrieve plural form strings from message catalog and print them. - Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -200,7 +200,7 @@ static void usage (int status) { if (status != EXIT_SUCCESS) - fprintf (stderr, _("Try `%s --help' for more information.\n"), + fprintf (stderr, _("Try '%s --help' for more information.\n"), program_name); else { |