diff --git a/ankiqt/ui/view.py b/ankiqt/ui/view.py
index 049880669..d4acc4624 100644
--- a/ankiqt/ui/view.py
+++ b/ankiqt/ui/view.py
@@ -216,9 +216,7 @@ class View(object):
"%(next)s.") % \
{"next":self.main.lastScheduledTime}
else:
- msg = _("This card will appear again in less than "
- "%(next)s.") % \
- {"next":self.main.lastScheduledTime}
+ msg = _("This card will appear again later.")
self.write(msg)
self.write("
")