[glib] Make capitalisation of "UNIX" consistent in translatable strings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Make capitalisation of "UNIX" consistent in translatable strings
- Date: Fri, 17 Aug 2012 03:06:09 +0000 (UTC)
commit e4dc223e9d1778f21c8267171dd6562ba82634c3
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Aug 16 22:47:43 2012 -0400
Make capitalisation of "UNIX" consistent in translatable strings
Based on a patch by Philip Withnall, bug
https://bugzilla.gnome.org/review?bug=628193
gio/gunixsocketaddress.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gunixsocketaddress.c b/gio/gunixsocketaddress.c
index 440ab25..1e760d0 100644
--- a/gio/gunixsocketaddress.c
+++ b/gio/gunixsocketaddress.c
@@ -241,7 +241,7 @@ g_unix_socket_address_to_native (GSocketAddress *address,
if (!g_unix_socket_address_abstract_names_supported ())
{
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
- _("Abstract unix domain socket addresses not supported on this system"));
+ _("Abstract UNIX domain socket addresses not supported on this system"));
return FALSE;
}
@@ -510,7 +510,7 @@ g_unix_socket_address_get_is_abstract (GUnixSocketAddress *address)
/**
* g_unix_socket_address_abstract_names_supported:
*
- * Checks if abstract unix domain socket names are supported.
+ * Checks if abstract UNIX domain socket names are supported.
*
* Returns: %TRUE if supported, %FALSE otherwise
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]