diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-17 12:01:33 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-17 12:20:37 -0400 |
commit | 5d6b9fd27cd5c640e5b50e3b3d6292c8d8a0f32a (patch) | |
tree | 98d21ff745aa24361543c75764ab805ea66bf25c /pango/pango-markup.c | |
parent | fd0857ae2789d92cc855f01cdbf24bcd51d1ea9a (diff) | |
download | pango-5d6b9fd27cd5c640e5b50e3b3d6292c8d8a0f32a.tar.gz |
Correct an error messagefix-gravity-error
Update affected tests
Fixes: #598
Diffstat (limited to 'pango/pango-markup.c')
-rw-r--r-- | pango/pango-markup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-markup.c b/pango/pango-markup.c index 91def193..d4421711 100644 --- a/pango/pango-markup.c +++ b/pango/pango-markup.c @@ -1574,7 +1574,7 @@ span_parse_func (MarkupData *md G_GNUC_UNUSED, g_set_error (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT, - _("'%s' is not a valid value for the 'stretch' " + _("'%s' is not a valid value for the 'gravity' " "attribute on <span> tag, line %d; valid " "values are for example 'south', 'east', " "'north', 'west'"), |