Update the URL to the Auto-Start timer wiki page

This commit is contained in:
Miguel Jacq 2019-04-22 09:48:15 +10:00
parent 7c3d7c668c
commit 81108b06f3
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -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)