don't say tomorrow for burying until we introduce the new change

This commit is contained in:
Damien Elmes 2013-10-02 03:50:59 +09:00
parent 3d33436a86
commit 7725a93d24

View File

@ -1154,8 +1154,12 @@ reached. You can increase the limit in the options, but please
bear in mind that the more new cards you introduce, the higher
your short-term review workload will become.""").replace("\n", " "))
if self.haveBuried():
if self.haveCustomStudy:
now = " " + _("To see them now, click the Unbury button below.")
else:
now = ""
line.append(_("""\
Some related or buried cards were delayed until tomorrow.""").replace("\n", " "))
Some related or buried cards were delayed until a later session.""")+now)
if self.haveCustomStudy and not self.col.decks.current()['dyn']:
line.append(_("""\
To study outside of the normal schedule, click the Custom Study button below."""))