Spell out file descriptors in a message
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Aug 2011 17:18:45 +0000 (13:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 27 Aug 2011 17:18:45 +0000 (13:18 -0400)
Translators don't necessarily know what 'fds' are.
Pointed out in bug 657454.

gio/gdbusmessage.c

index c6cdccb..5410458 100644 (file)
@@ -2300,7 +2300,7 @@ g_dbus_message_to_blob (GDBusMessage          *message,
       g_set_error (error,
                    G_IO_ERROR,
                    G_IO_ERROR_INVALID_ARGUMENT,
-                   _("Message has %d fds but the header field indicates %d fds"),
+                   _("Message has %d file descriptors but the header field indicates %d file descriptors"),
                    num_fds_in_message,
                    num_fds_according_to_header);
       goto out;