tweak order

This commit is contained in:
Damien Elmes 2012-05-26 14:57:56 +09:00
parent 1e5e574721
commit 6a04679e72

View file

@ -94,8 +94,8 @@ def dynExamples():
search="rated:1:1", order=4)],
[_("Review ahead by two days"), dict(
search="prop:due<=2", order=6)],
[_("Study all cards in random order"), dict(
search="", order=1, steps="1 10")],
[_("Review due cards with tag"), dict(
search="is:due tag:%s" % _("type_tag_here"), order=6)]
[_("Study all cards in random order"), dict(
search="", order=1, steps="1 10")],
]