From cbb7f236cd8b9967895abaff6bbeeed286000cc8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 30 Sep 2009 17:29:55 +0900 Subject: [PATCH] clock>stopwatch --- ankiqt/ui/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 6132e20d6..5d46196d1 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1953,13 +1953,13 @@ it to your friends. self.deck.newEarly = True self.reset() self.showToolTip(_("""\ -

Learning More

Click the clock in the toolbar to finish.""")) +

Learning More

Click the stopwatch at the top to finish.""")) def onReviewEarly(self): self.deck.reviewEarly = True self.reset() self.showToolTip(_("""\ -

Reviewing Early

Click the clock in the toolbar to finish.""")) +

Reviewing Early

Click the stopwatch at the top to finish.""")) # Language handling ##########################################################################