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

This commit is contained in:
Yuri Chornoivan 2020-06-29 13:02:44 +00:00
parent 18b89c1486
commit 4fe91b63a3

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;