[glib] Change "type-string" to "type string" in translatable strings



commit 1399913f31b60ffebb84e08d8901e82aab2bb075
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Aug 28 12:18:37 2010 +0100

    Change "type-string" to "type string" in translatable strings
    
    Helps: bgo#628193

 gio/gdbusmessage.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gdbusmessage.c b/gio/gdbusmessage.c
index df596e9..41b28b2 100644
--- a/gio/gdbusmessage.c
+++ b/gio/gdbusmessage.c
@@ -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;
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]