mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Improve an error message
svn path=/trunk/; revision=7189
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user