summaryrefslogtreecommitdiff
path: root/libgdict/gdict-source-loader.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2015-08-31 14:52:02 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2015-09-01 23:57:00 +0100
commit07f47930b0cb7abd4107fb0dbf9e286209e49213 (patch)
treefd25ca980ba4868290d68d72041664557cc7246f /libgdict/gdict-source-loader.c
parent75e88de93f89878cac11d8a0f3431bf3339f430a (diff)
downloadgnome-dictionary-07f47930b0cb7abd4107fb0dbf9e286209e49213.tar.gz
Don't translate properties
They are not user-visible. https://bugzilla.gnome.org/show_bug.cgi?id=754323
Diffstat (limited to 'libgdict/gdict-source-loader.c')
-rw-r--r--libgdict/gdict-source-loader.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgdict/gdict-source-loader.c b/libgdict/gdict-source-loader.c
index 1cb3829..1dd4740 100644
--- a/libgdict/gdict-source-loader.c
+++ b/libgdict/gdict-source-loader.c
@@ -167,8 +167,8 @@ gdict_source_loader_class_init (GdictSourceLoaderClass *klass)
g_object_class_install_property (gobject_class,
PROP_PATHS,
g_param_spec_pointer ("paths",
- _("Paths"),
- _("Search paths used by this object"),
+ "Paths",
+ "Search paths used by this object",
G_PARAM_READABLE));
/**
* GdictSourceLoader:sources
@@ -180,8 +180,8 @@ gdict_source_loader_class_init (GdictSourceLoaderClass *klass)
g_object_class_install_property (gobject_class,
PROP_SOURCES,
g_param_spec_pointer ("sources",
- _("Sources"),
- _("Dictionary sources found"),
+ "Sources",
+ "Dictionary sources found",
G_PARAM_READABLE));
/**