summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgcomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/msgcomm.c')
-rw-r--r--gettext-tools/src/msgcomm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/src/msgcomm.c b/gettext-tools/src/msgcomm.c
index ac5e6f9..e965dba 100644
--- a/gettext-tools/src/msgcomm.c
+++ b/gettext-tools/src/msgcomm.c
@@ -1,5 +1,5 @@
/* GNU gettext - internationalization aids
- Copyright (C) 1997-1998, 2000-2007, 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-1998, 2000-2007, 2009-2012 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
@@ -351,7 +351,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
{
@@ -449,7 +449,7 @@ Output details:\n"));
printf (_("\
-F, --sort-by-file sort output by file location\n"));
printf (_("\
- --omit-header don't write header with `msgid \"\"' entry\n"));
+ --omit-header don't write header with 'msgid \"\"' entry\n"));
printf ("\n");
printf (_("\
Informative output:\n"));