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

plugin_installer.make tab lebel translatable

parent 05d5b8d7
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class PluginInstaller(GajimPlugin):
self.xml.add_objects_from_file(self.GTK_BUILDER_FILE_PATH, ['hpaned2'])
hpaned = self.xml.get_object('hpaned2')
self.page_num = self.notebook.append_page(hpaned,
gtk.Label('Available'))
gtk.Label(_('Available')))
widgets_to_extract = ('plugin_name_label1',
'available_treeview', 'progressbar', 'inslall_upgrade_button',
......
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