]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak an error message.
authorBruno Haible <bruno@clisp.org>
Thu, 28 Jun 2007 22:38:27 +0000 (22:38 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:57 +0000 (12:14 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/format-gcc-internal.c

index b673f7ab1573662443205f7638e6838234df5829..c03a74bd4035cba96b2403e984513a9d5dd6b56a 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-28  Bruno Haible  <bruno@clisp.org>
+
+       * format-gcc-internal.c (format_parse): Tweak an error message.
+       Reported by Karl Eichwalder.
+
 2007-06-28  Bruno Haible  <bruno@clisp.org>
 
        * lang-table.h (language_variant_table, language_variant_table_size):
index bbed625efff65d6bc5caeeeb91018a54a3fad631..71596730ce326ca7dff6f7f49b8460341890e77e 100644 (file)
@@ -1,5 +1,5 @@
 /* GCC internal format strings.
-   Copyright (C) 2003-2006 Free Software Foundation, Inc.
+   Copyright (C) 2003-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify
@@ -394,7 +394,7 @@ format_parse (const char *format, bool translated, char *fdi,
                        else
                          {
                            *invalid_reason =
-                             xasprintf (_("In the directive number %u, a precision is not allowed before '%c'."), spec.directives, *format);
+                             xasprintf (_("In the directive number %u, a precision specification is not allowed before '%c'."), spec.directives, *format);
                            FDI_SET (format, FMTDIR_ERROR);
                          }
                        goto bad_format;