diff --git a/cromulant/window.py b/cromulant/window.py index 9480683..33f0549 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -238,7 +238,7 @@ class Window: Window.speed.currentIndexChanged.connect(Game.update_speed) Window.mode = QComboBox() - tooltip = "Game mode\n" + tooltip = "The type of updates\n" tooltip += "All: All kind of updates\n" tooltip += "Score: Only triumph and hit updates\n" tooltip += "Travel: Only travel updates\n"