mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
clock>stopwatch
This commit is contained in:
parent
0f6b0054f3
commit
cbb7f236cd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue