From 07f75f6cc249ffdb20f98fe1a86745d542898bdf Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 1 Feb 2018 22:58:38 +0100 Subject: [PATCH] gdbusmessage: Make a translatable message translatable with plurals Signed-off-by: Philip Withnall https://bugzilla.gnome.org/show_bug.cgi?id=658713 --- gio/gdbusmessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusmessage.c b/gio/gdbusmessage.c index 717f2697a..be001ae55 100644 --- a/gio/gdbusmessage.c +++ b/gio/gdbusmessage.c @@ -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; -- 2.11.4.GIT