diff --git a/anki/consts.py b/anki/consts.py index a425b04fa..0e7ed8d21 100644 --- a/anki/consts.py +++ b/anki/consts.py @@ -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)] ]