fix 'ahead by two days' example

This commit is contained in:
Damien Elmes 2012-05-25 16:10:32 +09:00
parent 21466be03a
commit f47a1a9d27

View file

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