Skip to content
Snippets Groups Projects
Commit 08f67fb4 authored by Dicson's avatar Dicson
Browse files

set_location.translation fix

parent 5718941d
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment