mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Spell out file descriptors in a message
Translators don't necessarily know what 'fds' are. Pointed out in bug 657454.
This commit is contained in:
@@ -2300,7 +2300,7 @@ g_dbus_message_to_blob (GDBusMessage *message,
|
|||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
G_IO_ERROR,
|
G_IO_ERROR,
|
||||||
G_IO_ERROR_INVALID_ARGUMENT,
|
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_in_message,
|
||||||
num_fds_according_to_header);
|
num_fds_according_to_header);
|
||||||
goto out;
|
goto out;
|
||||||
|
Reference in New Issue
Block a user