Skip to content

Commit

Permalink
Changed 'Scan Z' to 'Depth Scan'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschmitt2 committed Jun 18, 2015
1 parent 196e321 commit ec2db18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/Confocal/ConfocalGuiUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ def retranslateUi(self, MainWindow):
self.ready_StateWidget.setText(_translate("MainWindow", "Ready", None))
self.xy_scan_StateWidget.setText(_translate("MainWindow", "Scan XY", None))
self.continue_xy_scan_StateWidget.setText(_translate("MainWindow", "Continue XY", None))
self.depth_scan_StateWidget.setText(_translate("MainWindow", "Scan Z", None))
self.depth_scan_StateWidget.setText(_translate("MainWindow", "Depth Scan", None))
self.refocus_StateWidget.setText(_translate("MainWindow", "Optimise position", None))
self.label_6.setText(_translate("MainWindow", "<html><head/><body><p align=\"right\">%</p></body></html>", None))
self.label_7.setText(_translate("MainWindow", "<html><head/><body><p align=\"right\">%</p></body></html>", None))
Expand Down

0 comments on commit ec2db18

Please sign in to comment.