summaryrefslogtreecommitdiff
path: root/src/yelp-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yelp-window.c')
-rw-r--r--src/yelp-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yelp-window.c b/src/yelp-window.c
index 9e535ea0..8fdcd645 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -208,8 +208,8 @@ yelp_window_class_init (YelpWindowClass *klass)
g_object_class_install_property (object_class,
PROP_APPLICATION,
g_param_spec_object ("application",
- _("Application"),
- _("A YelpApplication instance that controls this window"),
+ "Application",
+ "A YelpApplication instance that controls this window",
YELP_TYPE_APPLICATION,
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE | G_PARAM_STATIC_NAME |