[glib] Spell out file descriptors in a message
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Spell out file descriptors in a message
- Date: Sat, 27 Aug 2011 17:20:12 +0000 (UTC)
commit 6e80885c8d4efe20b5fe507af81ddaa7f408e8c5
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Aug 27 13:18:45 2011 -0400
Spell out file descriptors in a message
Translators don't necessarily know what 'fds' are.
Pointed out in bug 657454.
gio/gdbusmessage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gdbusmessage.c b/gio/gdbusmessage.c
index c6cdccb..5410458 100644
--- a/gio/gdbusmessage.c
+++ b/gio/gdbusmessage.c
@@ -2300,7 +2300,7 @@ g_dbus_message_to_blob (GDBusMessage *message,
g_set_error (error,
G_IO_ERROR,
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_according_to_header);
goto out;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]