fpdb.pyw: Fix comment
This commit is contained in:
parent
ca86a2c643
commit
ba1b15048b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user