mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
require dingsbums decks to use a different name so we don't conflict
This commit is contained in:
parent
ecc99780e4
commit
1f20442921
1 changed files with 1 additions and 1 deletions
|
@ -277,5 +277,5 @@ Importers = (
|
|||
(_("Mnemosyne Deck (*.mem)"), Mnemosyne10Importer),
|
||||
(_("CueCard Deck (*.wcu)"), WCUImporter),
|
||||
(_("Supermemo XML export (*.xml)"), SupermemoXmlImporter),
|
||||
(_("DingsBums?! Deck (*.xml)"), DingsBumsImporter),
|
||||
(_("DingsBums?! Deck (*.dbxml)"), DingsBumsImporter),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue