Skip to content
Snippets Groups Projects
Commit 1e50beee authored by Dicson's avatar Dicson
Browse files

FlashingKeyboard. set new translation domain

parent cac24182
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class FlashingKeyboardPluginConfigDialog(GajimPluginConfigDialog):
self.GTK_BUILDER_FILE_PATH = self.plugin.local_file_path(
'config_dialog.ui')
self.xml = gtk.Builder()
self.xml.set_translation_domain('flashingkeyboard')
self.xml.set_translation_domain('gajim_plugins')
self.xml.add_objects_from_file(self.GTK_BUILDER_FILE_PATH,
['config_table'])
config_table = self.xml.get_object('config_table')
......
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