This commit is contained in:
Auric Vente 2024-07-22 08:39:27 -06:00
parent 3fa72e76a0
commit 1dee91fc28
1 changed files with 1 additions and 1 deletions

View File

@ -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"