chore: fix wording
This commit is contained in:
@@ -60,7 +60,7 @@ class DataCollectionSettings(QFrame):
|
||||
# experiment tabs, between Manual sample and Exp. Config. The checkbox
|
||||
# arms an automatic run after each sample mount (see update_daq_status).
|
||||
self.find_tip = QPushButton("Auto Centering", parent=self)
|
||||
self.auto_center_after_mount = QCheckBox("apply after mount", parent=self)
|
||||
self.auto_center_after_mount = QCheckBox("apply after mounting", parent=self)
|
||||
self.auto_center_after_mount.setToolTip(
|
||||
"Run Auto Centering automatically after each sample mount"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user