mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 22:59:16 +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:
parent
1a2265889b
commit
6e80885c8d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user