fpdb.pyw: Fix comment

This commit is contained in:
Worros 2010-11-22 13:28:25 +08:00
parent ca86a2c643
commit ba1b15048b

View File

@ -1000,7 +1000,7 @@ class fpdb:
self.add_and_display_tab(bulk_tab, _("Bulk Import"))
def tab_tourney_import(self, widget, data=None):
"""opens a tab for bulk importing"""
"""opens a tab for bulk importing tournament summaries"""
new_import_thread = GuiTourneyImport.GuiTourneyImport(self.settings, self.config, self.sql, self.window)
self.threads.append(new_import_thread)
bulk_tab=new_import_thread.get_vbox()