summaryrefslogtreecommitdiff
path: root/gio/gfileicon.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/gfileicon.c
parent9a3d18d2a652f9f1567e09bdb1055e6cb462f710 (diff)
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/gfileicon.c')
-rw-r--r--gio/gfileicon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileicon.c b/gio/gfileicon.c
index 730d3baea..4842fb6f1 100644
--- a/gio/gfileicon.c
+++ b/gio/gfileicon.c
@@ -142,8 +142,8 @@ g_file_icon_class_init (GFileIconClass *klass)
*/
g_object_class_install_property (gobject_class, PROP_FILE,
g_param_spec_object ("file",
- _("file"),
- _("The file containing the icon"),
+ P_("file"),
+ P_("The file containing the icon"),
G_TYPE_FILE,
G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK));
}