diff --git a/onionshare_gui/server_status.py b/onionshare_gui/server_status.py index 7746fdd2..e0a944e3 100644 --- a/onionshare_gui/server_status.py +++ b/onionshare_gui/server_status.py @@ -101,7 +101,7 @@ class ServerStatus(QtWidgets.QVBoxLayout): def shutdown_timeout_toggled(self, checked): """ - Shutdown timer option was toggled. If checked, hide the option and show the timer settings. + Shutdown timer option was toggled. If checked, show the timer settings. """ if checked: self.timer_enabled = True