mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
update new card order label
This commit is contained in:
parent
943e006322
commit
1ee40d0869
1 changed files with 1 additions and 0 deletions
|
@ -2241,6 +2241,7 @@ def newCardSchedulingLabels():
|
||||||
return {
|
return {
|
||||||
0: _("Spread new cards out through reviews"),
|
0: _("Spread new cards out through reviews"),
|
||||||
1: _("Show new cards after all other cards"),
|
1: _("Show new cards after all other cards"),
|
||||||
|
2: _("Show new cards before reviews"),
|
||||||
}
|
}
|
||||||
|
|
||||||
def revCardOrderLabels():
|
def revCardOrderLabels():
|
||||||
|
|
Loading…
Reference in a new issue