clock>stopwatch

This commit is contained in:
Damien Elmes 2009-09-30 17:29:55 +09:00
parent 0f6b0054f3
commit cbb7f236cd

View file

@ -1953,13 +1953,13 @@ it to your friends.
self.deck.newEarly = True self.deck.newEarly = True
self.reset() self.reset()
self.showToolTip(_("""\ self.showToolTip(_("""\
<h1>Learning More</h1>Click the clock in the toolbar to finish.""")) <h1>Learning More</h1>Click the stopwatch at the top to finish."""))
def onReviewEarly(self): def onReviewEarly(self):
self.deck.reviewEarly = True self.deck.reviewEarly = True
self.reset() self.reset()
self.showToolTip(_("""\ self.showToolTip(_("""\
<h1>Reviewing Early</h1>Click the clock in the toolbar to finish.""")) <h1>Reviewing Early</h1>Click the stopwatch at the top to finish."""))
# Language handling # Language handling
########################################################################## ##########################################################################