diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-22 15:06:45 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-22 15:06:45 +0100 |
commit | 5fa4a05cccc818d60bb773cc51056436e16694af (patch) | |
tree | b1169c12ce64490d2f521c2f59b61597e8a68d63 /gtk/gtktextbufferserialize.c | |
parent | 6c6bb9b3d3aec1cf12359d0f9baedac1559d0b18 (diff) | |
download | gtk+-5fa4a05cccc818d60bb773cc51056436e16694af.tar.gz |
Miscellaneous string fixes
Mostly capitalisation fixes. Closes: bgo#528257
Diffstat (limited to 'gtk/gtktextbufferserialize.c')
-rw-r--r-- | gtk/gtktextbufferserialize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextbufferserialize.c b/gtk/gtktextbufferserialize.c index 76040f25c3..04f684bd4f 100644 --- a/gtk/gtktextbufferserialize.c +++ b/gtk/gtktextbufferserialize.c @@ -842,7 +842,7 @@ check_id_or_name (GMarkupParseContext *context, { set_error (error, context, G_MARKUP_ERROR, G_MARKUP_ERROR_PARSE, - _("<%s> element has invalid id \"%s\""), attribute_values[i]); + _("<%s> element has invalid ID \"%s\""), attribute_values[i]); return FALSE; } } |