Skip to content

Commit 27c31df

Browse files
committed
Explains socket timeout option
1 parent 827d72b commit 27c31df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ def __init__(self):
13601360
self.sockettimeoutcheck = widgets.QCheckBox()
13611361
self.sockettimeoutcheck.setChecked(options.sockettimeout)
13621362
self.sockettimeoutcheck.stateChanged.connect(set_sockettimeout)
1363-
sockettimeoutlabel = widgets.QLabel("Socket timeout")
1363+
sockettimeoutlabel = widgets.QLabel("WiFi Socket-TimeOut")
13641364
sockettimeoutlayout.addWidget(self.sockettimeoutcheck)
13651365
sockettimeoutlayout.addWidget(sockettimeoutlabel)
13661366
sockettimeoutlayout.addStretch()

0 commit comments

Comments
 (0)