diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py
index f011c63cc..7c430280a 100644
--- a/ankiqt/ui/main.py
+++ b/ankiqt/ui/main.py
@@ -1112,6 +1112,33 @@ day = :d""", d=yesterday)
""" % (stats1, stats2))
+ self.mainWin.optionsLabel.setToolTip(_("""\
+Session Statistics
+
+- Cards/session
+- The number of cards you studied in the current session (blue) and previous
+session (black)
+
+
+- Cards/day
+- The number of cards you studied today (blue) and yesterday (black)
+
+
+- Time/day
+- The number of minutes you studied today (blue) and yesterday (black)
+
+
+- Reviews due
+- The number of cards that are waiting to be reviewed today
+
+
+- New today
+- The number of new cards that are waiting to be learnt today
+
+
+- New total
+- The total number of new cards in the deck
+
"""))
def showStudyScreen(self):
self.mainWin.optionsButton.setChecked(self.config['showStudyOptions'])