diff --git a/cromulant/window.py b/cromulant/window.py index 9af2916..4513cf7 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -267,7 +267,7 @@ class Window: 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)}\n" - tooltip += f"Middle Click: Slow" + tooltip += "Middle Click: Slow" Window.speed.setToolTip(tooltip) Window.speed.addItems(["Fast", "Normal", "Slow", "Paused"]) Window.speed.setCurrentIndex(1)