|
@@ -121,7 +121,7 @@ class Ui_Dialog(object):
|
|
|
|
|
|
def retranslateUi(self, Dialog):
|
|
def retranslateUi(self, Dialog):
|
|
_translate = QtCore.QCoreApplication.translate
|
|
_translate = QtCore.QCoreApplication.translate
|
|
- Dialog.setWindowTitle(_translate("Dialog", "Dialog"))
|
|
|
|
|
|
+ Dialog.setWindowTitle(_translate("Dialog", "Device Information"))
|
|
self.IdInfo.setTitle(_translate("Dialog", "Identifcation Information"))
|
|
self.IdInfo.setTitle(_translate("Dialog", "Identifcation Information"))
|
|
self.label.setText(_translate("Dialog", "Device Alias:"))
|
|
self.label.setText(_translate("Dialog", "Device Alias:"))
|
|
self.label_2.setText(_translate("Dialog", "Device MAC Address:"))
|
|
self.label_2.setText(_translate("Dialog", "Device MAC Address:"))
|