We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827d72b commit 27c31dfCopy full SHA for 27c31df
main.py
@@ -1360,7 +1360,7 @@ def __init__(self):
1360
self.sockettimeoutcheck = widgets.QCheckBox()
1361
self.sockettimeoutcheck.setChecked(options.sockettimeout)
1362
self.sockettimeoutcheck.stateChanged.connect(set_sockettimeout)
1363
- sockettimeoutlabel = widgets.QLabel("Socket timeout")
+ sockettimeoutlabel = widgets.QLabel("WiFi Socket-TimeOut")
1364
sockettimeoutlayout.addWidget(self.sockettimeoutcheck)
1365
sockettimeoutlayout.addWidget(sockettimeoutlabel)
1366
sockettimeoutlayout.addStretch()
0 commit comments