mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gdbusmessage: Make a translatable message translatable with plurals
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=658713
This commit is contained in:
parent
5ed77c1104
commit
07f75f6cc2
@ -2653,7 +2653,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 file descriptors but the header field indicates %d file descriptors"),
|
_("Number of file descriptors in message (%d) differs from header field (%d)"),
|
||||||
num_fds_in_message,
|
num_fds_in_message,
|
||||||
num_fds_according_to_header);
|
num_fds_according_to_header);
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
Reference in New Issue
Block a user