diff --git a/anki/sched.py b/anki/sched.py
index 359f5576e..524f160b2 100644
--- a/anki/sched.py
+++ b/anki/sched.py
@@ -759,7 +759,7 @@ did = ? and queue = 2 and due <= ? %s limit ?""" % order,
def finishedMsg(self):
return (""+_(
- "Congratulations! You have finished for now.")+
+ "Congratulations! You have finished this deck for now.")+
"
" + self._nextDueMsg())
def _nextDueMsg(self):