+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.
/* 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>
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);
}