don't show custom study message on a custom study deck

This commit is contained in:
Damien Elmes 2012-10-26 03:03:37 +09:00
parent 99c238ae39
commit be722989f3

View file

@ -1128,7 +1128,7 @@ There are more new cards available, but the daily limit has been
reached. You can increase the limit in the options, but please reached. You can increase the limit in the options, but please
bear in mind that the more new cards you introduce, the higher bear in mind that the more new cards you introduce, the higher
your short-term review workload will become.""")) your short-term review workload will become."""))
if self.haveCustomStudy: if self.haveCustomStudy and not self.col.decks.current()['dyn']:
line.append(_("""\ line.append(_("""\
To study outside of the normal schedule, click the Custom Study button below.""")) To study outside of the normal schedule, click the Custom Study button below."""))
return "<p>".join(line) return "<p>".join(line)