mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
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:
commit
99f87d176d
@ -260,6 +260,7 @@ uri_decoder (gchar **out,
|
|||||||
if (flags & G_URI_FLAGS_PARSE_STRICT)
|
if (flags & G_URI_FLAGS_PARSE_STRICT)
|
||||||
{
|
{
|
||||||
g_set_error_literal (error, G_URI_ERROR, parse_error,
|
g_set_error_literal (error, G_URI_ERROR, parse_error,
|
||||||
|
/* xgettext: no-c-format */
|
||||||
_("Invalid %-encoding in URI"));
|
_("Invalid %-encoding in URI"));
|
||||||
g_free (decoded);
|
g_free (decoded);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user