Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2011-08-30 19:23:56 +0400
committerDenis Fomin <fominde@gmail.com>2011-08-30 19:23:56 +0400
commit08f67fb49871e4230eb899dea3881b2e932761e0 (patch)
tree44a011358a0ab5739d36d90f1f3f9c31c8988b87 /set_location/set_location.py
parent5718941d80b1e5d1074affb3216128f9e0948f71 (diff)
set_location.translation fix
Diffstat (limited to 'set_location/set_location.py')
-rw-r--r--set_location/set_location.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_location/set_location.py b/set_location/set_location.py
index 735f5bb..5ef13e8 100644
--- a/set_location/set_location.py
+++ b/set_location/set_location.py
@@ -73,7 +73,7 @@ class SetLocationPluginConfigDialog(GajimPluginConfigDialog):
self.GTK_BUILDER_FILE_PATH = self.plugin.local_file_path(
'config_dialog.ui')
self.xml = gtk.Builder()
- self.xml.set_translation_domain('setlocation')
+ self.xml.set_translation_domain('gajim_plugins')
self.xml.add_objects_from_file(self.GTK_BUILDER_FILE_PATH,
['hbox1'])
hbox = self.xml.get_object('hbox1')