]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change an error to a warning.
authorBruno Haible <bruno@clisp.org>
Tue, 29 Jan 2008 22:34:09 +0000 (22:34 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:37 +0000 (12:15 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/write-po.c

index f169955b0ba9cba99e33bf522cf5896c6e8307dd..441cd2269f8796bc5f30f932fc57f9d39c690b2f 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-29  Bruno Haible  <bruno@clisp.org>
+
+       * write-po.c (wrap): Change the severity of the "should not contain
+       escape sequence" message from PO_SEVERITY_ERROR to PO_SEVERITY_WARNING.
+       Reported by Kerb <ykerb2@free.fr>.
+
 2008-01-13  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (noinst_headers): Add msgl-header.h.
index 5961fa92c6750cd0c0f8178206dbfce3c0a3a7cb..982d465c0bfed0c69d82e5773b1c03a725e595d5 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc.
 
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
@@ -776,7 +776,7 @@ wrap (const message_ty *mp, ostream_t stream,
                    xasprintf (_("\
 internationalized messages should not contain the `\\%c' escape sequence"),
                               c);
-                 po_xerror (PO_SEVERITY_ERROR, mp, NULL, 0, 0, false,
+                 po_xerror (PO_SEVERITY_WARNING, mp, NULL, 0, 0, false,
                             error_message);
                  free (error_message);
                }