mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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_IO_ERROR,
|
||||
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);
|
||||
g_free (s);
|
||||
goto fail;
|
||||
@ -2035,7 +2035,7 @@ append_value_to_blob (GVariant *value,
|
||||
g_set_error (error,
|
||||
G_IO_ERROR,
|
||||
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));
|
||||
goto fail;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user