Skip to content

Commit 3ca8112

Browse files
Fix Typo
1 parent d6bca7c commit 3ca8112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BabbleApp/camera_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self, widget_id: Tab, main_config: BabbleConfig, osc_queue: Queue):
111111
],
112112
[
113113
sg.Button("Start Calibration", key=self.gui_restart_calibration, button_color='#539e8a',
114-
tooltip="Neutural Calibration: Hold a relaxed face, press [Start Calibration] and then press [Stop Calibraion]. \nFull Calibration: Press [Start Calibration] and make as many face movements as you can until it switches back to tracking mode or press [Stop Calibration]", disabled=True),
114+
tooltip="Neutral Calibration: Hold a relaxed face, press [Start Calibration] and then press [Stop Calibraion]. \nFull Calibration: Press [Start Calibration] and make as many face movements as you can until it switches back to tracking mode or press [Stop Calibration]", disabled=True),
115115

116116
sg.Button("Stop Calibration", key=self.gui_stop_calibration, button_color='#539e8a',
117117
tooltip="Stop calibration manualy.", disabled=True),

0 commit comments

Comments
 (0)