mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
make failed message more generic
This commit is contained in:
parent
9ff30f0c26
commit
1fd2912e92
1 changed files with 1 additions and 3 deletions
|
@ -216,9 +216,7 @@ class View(object):
|
|||
"<b>%(next)s</b>.") % \
|
||||
{"next":self.main.lastScheduledTime}
|
||||
else:
|
||||
msg = _("This card will appear again in less than "
|
||||
"<b>%(next)s</b>.") % \
|
||||
{"next":self.main.lastScheduledTime}
|
||||
msg = _("This card will appear again later.")
|
||||
self.write(msg)
|
||||
self.write("<br>")
|
||||
|
||||
|
|
Loading…
Reference in a new issue