diff --git a/cromulant/window.py b/cromulant/window.py index 0a47199..2b76395 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -150,7 +150,7 @@ class Window: btn_terminate.middleClicked.connect(lambda: Ants.terminate_all()) Window.speed = QComboBox() - tooltip = "Change the speed of the updates\n" + tooltip = "The speed of the updates\n" tooltip += f"Fast: {Utils.get_seconds(Config.loop_delay_fast)}\n" tooltip += f"Normal: {Utils.get_seconds(Config.loop_delay_normal)}\n" tooltip += f"Slow: {Utils.get_seconds(Config.loop_delay_slow)}"