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:
Philip Withnall 2018-02-01 22:58:38 +01:00
parent 5ed77c1104
commit 07f75f6cc2

View File

@ -2653,7 +2653,7 @@ g_dbus_message_to_blob (GDBusMessage *message,
g_set_error (error,
G_IO_ERROR,
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_according_to_header);
goto out;