From 2149502a77efffc46b5adc72d66900c3f3dc46fb Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 17 Apr 2012 17:53:02 +0900 Subject: [PATCH] fix translation of queue order labels --- anki/consts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/consts.py b/anki/consts.py index 8ec5fd145..e0fa80f8c 100644 --- a/anki/consts.py +++ b/anki/consts.py @@ -3,6 +3,7 @@ # License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import os +from anki.lang import _ # whether new cards should be mixed with reviews, or shown first or last NEW_CARDS_DISTRIBUTE = 0