diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2015-11-02 21:15:50 +0100 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2017-06-20 11:42:10 +0100 |
commit | d7190220a3e70eca4e541146a091541264397519 (patch) | |
tree | bbed686eaf2effe2909703777f6a55adb67d513e /libyelp/yelp-transform.c | |
parent | b8ddfe07efd701dd16e6ba5b885a99670836eba9 (diff) | |
download | yelp-d7190220a3e70eca4e541146a091541264397519.tar.gz |
Don’t translate properties
They are not user-visible.
https://bugzilla.gnome.org/show_bug.cgi?id=757496
Diffstat (limited to 'libyelp/yelp-transform.c')
-rw-r--r-- | libyelp/yelp-transform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libyelp/yelp-transform.c b/libyelp/yelp-transform.c index d0d2a350..334438af 100644 --- a/libyelp/yelp-transform.c +++ b/libyelp/yelp-transform.c @@ -161,8 +161,8 @@ yelp_transform_class_init (YelpTransformClass *klass) g_object_class_install_property (object_class, PROP_STYLESHEET, g_param_spec_string ("stylesheet", - N_("XSLT Stylesheet"), - N_("The location of the XSLT stylesheet"), + "XSLT Stylesheet", + "The location of the XSLT stylesheet", NULL, G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_NAME | |