mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
fix 'ahead by two days' example
This commit is contained in:
parent
21466be03a
commit
f47a1a9d27
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def dynExamples():
|
||||||
[_("Review today's forgotten cards"), dict(
|
[_("Review today's forgotten cards"), dict(
|
||||||
search="rated:1:1", order=4)],
|
search="rated:1:1", order=4)],
|
||||||
[_("Review ahead by two days"), dict(
|
[_("Review ahead by two days"), dict(
|
||||||
search="prop:due<2", order=6)],
|
search="prop:due<=2", order=6)],
|
||||||
[_("Study all cards in random order"), dict(
|
[_("Study all cards in random order"), dict(
|
||||||
search="", order=1, steps="1 10")],
|
search="", order=1, steps="1 10")],
|
||||||
[_("Review due cards with tag 'important'"), dict(
|
[_("Review due cards with tag 'important'"), dict(
|
||||||
|
|
Loading…
Reference in a new issue