mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 21:57:12 -05:00
change 'important' to template
This commit is contained in:
parent
d25e2453a6
commit
427ff5a263
1 changed files with 2 additions and 2 deletions
|
|
@ -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)]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue