From 1dee91fc289a357b23804c246170a73c7ca4b3ef Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Mon, 22 Jul 2024 08:39:27 -0600 Subject: [PATCH] Mods --- cromulant/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"