change 'important' to template

This commit is contained in:
Damien Elmes 2012-05-26 13:02:59 +09:00
parent d25e2453a6
commit 427ff5a263

View file

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