mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
remove version numbers from import, as osx gets confused
This commit is contained in:
parent
e51fec907b
commit
90f726e634
1 changed files with 3 additions and 3 deletions
|
@ -260,7 +260,7 @@ from anki.importing.wcu import WCUImporter
|
||||||
|
|
||||||
Importers = (
|
Importers = (
|
||||||
(_("Text separated by tabs or semicolons (*)"), TextImporter),
|
(_("Text separated by tabs or semicolons (*)"), TextImporter),
|
||||||
(_("Anki 1.0 deck (*.anki)"), Anki10Importer),
|
(_("Anki Deck (*.anki)"), Anki10Importer),
|
||||||
(_("Mnemosyne 1.x deck (*.mem)"), Mnemosyne10Importer),
|
(_("Mnemosyne Deck (*.mem)"), Mnemosyne10Importer),
|
||||||
(_("CueCard deck (*.wcu)"), WCUImporter),
|
(_("CueCard Deck (*.wcu)"), WCUImporter),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue