mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Improve an error message
svn path=/trunk/; revision=7189
This commit is contained in:
parent
652e750737
commit
36372b5add
@ -1,3 +1,10 @@
|
||||
2008-07-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 542332 – small fix for error message in GMarkup
|
||||
|
||||
* glib/gmarkup.c: Improve an error message.
|
||||
Patch by Ryan Lortie
|
||||
|
||||
2008-07-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 428048 – 2 of 51 tests fail on Solaris
|
||||
|
@ -1264,7 +1264,7 @@ g_markup_parse_context_parse (GMarkupParseContext *context,
|
||||
error,
|
||||
G_MARKUP_ERROR_PARSE,
|
||||
_("Odd character '%s', expected a '>' character "
|
||||
"to end the start tag of element '%s'"),
|
||||
"to end the empty-element tag '%s'"),
|
||||
utf8_str (context->iter, buf),
|
||||
current_element (context));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user