update new card order label

This commit is contained in:
Damien Elmes 2008-12-20 15:41:01 +09:00
parent 943e006322
commit 1ee40d0869

View file

@ -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():