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
##########################################################################