summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2019-04-22 09:48:15 +1000
committerMiguel Jacq <mig@mig5.net>2019-04-22 09:48:15 +1000
commit81108b06f37113a981db3ff667518c00bb1d98c7 (patch)
tree10bbb7aca382c124c3ba234c522022787b69f48a
parent7c3d7c668cfc822171815721b26ccac33aaab6d0 (diff)
downloadonionshare-81108b06f37113a981db3ff667518c00bb1d98c7.tar.gz
onionshare-81108b06f37113a981db3ff667518c00bb1d98c7.zip
Update the URL to the Auto-Start timer wiki page
-rw-r--r--onionshare_gui/settings_dialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare_gui/settings_dialog.py b/onionshare_gui/settings_dialog.py
index 2419723d..a6fe6452 100644
--- a/onionshare_gui/settings_dialog.py
+++ b/onionshare_gui/settings_dialog.py
@@ -75,7 +75,7 @@ class SettingsDialog(QtWidgets.QDialog):
self.autostart_timer_checkbox = QtWidgets.QCheckBox()
self.autostart_timer_checkbox.setCheckState(QtCore.Qt.Checked)
self.autostart_timer_checkbox.setText(strings._("gui_settings_autostart_timer_checkbox"))
- autostart_timer_label = QtWidgets.QLabel(strings._("gui_settings_whats_this").format("https://github.com/micahflee/onionshare/wiki/Using-the-Startup-Timer"))
+ autostart_timer_label = QtWidgets.QLabel(strings._("gui_settings_whats_this").format("Using-the-Auto-Start-Timer"))
autostart_timer_label.setStyleSheet(self.common.css['settings_whats_this'])
autostart_timer_label.setTextInteractionFlags(QtCore.Qt.TextBrowserInteraction)
autostart_timer_label.setOpenExternalLinks(True)