From 2af1d68b05294301bae7315b20f75a09402193b3 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 13 Jul 2020 21:24:18 +1000 Subject: [PATCH] Update customstudy.py --- qt/aqt/customstudy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/customstudy.py b/qt/aqt/customstudy.py index d3f4a6a2c..45fc65bc6 100644 --- a/qt/aqt/customstudy.py +++ b/qt/aqt/customstudy.py @@ -68,7 +68,7 @@ class CustomStudy(QDialog): new, self.conf["new"]["perDay"] - self.deck["newToday"][1] ) newExceeding = min(new, new - newUnderLearning) - tit = _("New cards in deck over today's limit: %s") % plus(newExceeding) + tit = _("New cards in deck over today limit: %s") % plus(newExceeding) pre = _("Increase today's new card limit by") sval = min(new, self.deck.get("extendNew", 10)) smin = -DYN_MAX_SIZE