mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-18 11:41:58 +02:00
Change "type-string" to "type string" in translatable strings
Helps: bgo#628193
This commit is contained in:
parent
ea9f5f0251
commit
1399913f31
@ -1403,7 +1403,7 @@ parse_value_from_blob (GMemoryInputStream *mis,
|
|||||||
g_set_error (&local_error,
|
g_set_error (&local_error,
|
||||||
G_IO_ERROR,
|
G_IO_ERROR,
|
||||||
G_IO_ERROR_INVALID_ARGUMENT,
|
G_IO_ERROR_INVALID_ARGUMENT,
|
||||||
_("Error deserializing GVariant with type-string `%s' from the D-Bus wire format"),
|
_("Error deserializing GVariant with type string `%s' from the D-Bus wire format"),
|
||||||
s);
|
s);
|
||||||
g_free (s);
|
g_free (s);
|
||||||
goto fail;
|
goto fail;
|
||||||
@ -2035,7 +2035,7 @@ append_value_to_blob (GVariant *value,
|
|||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
G_IO_ERROR,
|
G_IO_ERROR,
|
||||||
G_IO_ERROR_INVALID_ARGUMENT,
|
G_IO_ERROR_INVALID_ARGUMENT,
|
||||||
_("Error serializing GVariant with type-string `%s' to the D-Bus wire format"),
|
_("Error serializing GVariant with type string `%s' to the D-Bus wire format"),
|
||||||
g_variant_get_type_string (value));
|
g_variant_get_type_string (value));
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user