diff --git a/pytec/tec_qt.ui b/pytec/tec_qt.ui index 58f5849..072befa 100644 --- a/pytec/tec_qt.ui +++ b/pytec/tec_qt.ui @@ -23,7 +23,7 @@ - Control TEC + Thermostat Control Panel diff --git a/pytec/ui_tec_qt.py b/pytec/ui_tec_qt.py index b26d878..9e502d5 100644 --- a/pytec/ui_tec_qt.py +++ b/pytec/ui_tec_qt.py @@ -295,7 +295,7 @@ class Ui_MainWindow(object): def retranslateUi(self, MainWindow): _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "Control TEC")) + MainWindow.setWindowTitle(_translate("MainWindow", "Thermostat Control Panel")) self.ch1_t_graph.setTitle(_translate("MainWindow", "Channel 1 Temperature")) self.ch0_t_graph.setTitle(_translate("MainWindow", "Channel 0 Temperature")) self.ch0_i_graph.setTitle(_translate("MainWindow", "Channel 0 Current"))