summaryrefslogtreecommitdiff
path: root/gio/gunixsocketaddress.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-04-22 15:12:37 +0200
committerChristian Persch <chpe@gnome.org>2009-04-22 16:11:38 +0200
commita9c33dbd7aeeb715677d619cbddc0d621872cc43 (patch)
treed9ee1aba0edbb533fe15fb3eb821f6d10ece81b9 /gio/gunixsocketaddress.c
parent9a3d18d2a652f9f1567e09bdb1055e6cb462f710 (diff)
downloadglib-a9c33dbd7aeeb715677d619cbddc0d621872cc43.tar.gz
Use P_ for translatable param spec strings
Translatable param spec strings should be annotated with P_() instead of plain _(). Bug #579830.
Diffstat (limited to 'gio/gunixsocketaddress.c')
-rw-r--r--gio/gunixsocketaddress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gunixsocketaddress.c b/gio/gunixsocketaddress.c
index 0b1b7e352..b6e304fb7 100644
--- a/gio/gunixsocketaddress.c
+++ b/gio/gunixsocketaddress.c
@@ -168,8 +168,8 @@ g_unix_socket_address_class_init (GUnixSocketAddressClass *klass)
g_object_class_install_property (gobject_class,
PROP_PATH,
g_param_spec_string ("path",
- _("Path"),
- _("UNIX socket path"),
+ P_("Path"),
+ P_("UNIX socket path"),
NULL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB));
}