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')