mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
"export"
This commit is contained in:
parent
97b645a7a0
commit
97965668ec
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class ExportDialog(QDialog):
|
|||
|
||||
def accept(self):
|
||||
file = getSaveFile(
|
||||
self, _("Choose file to export to"), "export",
|
||||
self, _("Export"), "export",
|
||||
self.exporter.key, self.exporter.ext)
|
||||
self.hide()
|
||||
if file:
|
||||
|
|
Loading…
Reference in a new issue