summaryrefslogtreecommitdiff
path: root/onionshare/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'onionshare/__init__.py')
-rw-r--r--onionshare/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare/__init__.py b/onionshare/__init__.py
index 722b4018..03961f8d 100644
--- a/onionshare/__init__.py
+++ b/onionshare/__init__.py
@@ -138,7 +138,7 @@ def main(cwd=None):
if autostart_timer > 0:
# Can't set a schedule that is later than the auto-stop timer
if app.autostop_timer > 0 and app.autostop_timer < autostart_timer:
- print(strings._('gui_autostop_timer_cant_be_earlier_than_startup'))
+ print(strings._('gui_autostop_timer_cant_be_earlier_than_autostart_timer'))
sys.exit()
app.start_onion_service(False, True)