summaryrefslogtreecommitdiff
path: root/gtk/gtkpreview.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkpreview.c')
-rw-r--r--gtk/gtkpreview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkpreview.c b/gtk/gtkpreview.c
index a5666ad707..b9f20087e6 100644
--- a/gtk/gtkpreview.c
+++ b/gtk/gtkpreview.c
@@ -129,8 +129,8 @@ gtk_preview_class_init (GtkPreviewClass *klass)
g_object_class_install_property (gobject_class,
PROP_EXPAND,
g_param_spec_boolean ("expand",
- _("Expand"),
- _("Whether the preview widget should take up the entire space it is allocated"),
+ P_("Expand"),
+ P_("Whether the preview widget should take up the entire space it is allocated"),
FALSE,
G_PARAM_READWRITE));
}