mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
fix deck properties help links
This commit is contained in:
parent
60d85e2748
commit
51701903be
1 changed files with 1 additions and 2 deletions
|
@ -13,9 +13,8 @@ from anki.deck import revCardOrderLabels
|
||||||
from anki.utils import hexifyID, dehexifyID
|
from anki.utils import hexifyID, dehexifyID
|
||||||
from anki.lang import ngettext
|
from anki.lang import ngettext
|
||||||
|
|
||||||
tabs = ("Scheduling",
|
tabs = ("ModelsAndPriorities",
|
||||||
"Synchronization",
|
"Synchronization",
|
||||||
"Models",
|
|
||||||
"Advanced")
|
"Advanced")
|
||||||
|
|
||||||
class DeckProperties(QDialog):
|
class DeckProperties(QDialog):
|
||||||
|
|
Loading…
Reference in a new issue