mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
change wording
This commit is contained in:
parent
cfc458e45f
commit
f5feaaa782
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ from anki.importing.mnemosyne10 import Mnemosyne10Importer
|
|||
from anki.importing.wcu import WCUImporter
|
||||
|
||||
Importers = (
|
||||
(_("Text file (tab/semicolon separated) (*)"), TextImporter),
|
||||
(_("Text separated by tabs or semicolons (*)"), TextImporter),
|
||||
(_("Anki 1.0 deck (*.anki)"), Anki10Importer),
|
||||
(_("Mnemosyne 1.x deck (*.mem)"), Mnemosyne10Importer),
|
||||
(_("CueCard deck (*.wcu)"), WCUImporter),
|
||||
|
|
Loading…
Reference in a new issue