Merge branch 'patch-1' into 'master'

Remove c-format from the string that is not c-formatted

See merge request GNOME/glib!1555
This commit is contained in:
Philip Withnall 2020-07-01 10:06:53 +00:00
commit 99f87d176d

View File

@ -260,6 +260,7 @@ uri_decoder (gchar **out,
if (flags & G_URI_FLAGS_PARSE_STRICT)
{
g_set_error_literal (error, G_URI_ERROR, parse_error,
/* xgettext: no-c-format */
_("Invalid %-encoding in URI"));
g_free (decoded);
return -1;