No longer treating shutdown_timeout as a float, but an int of seconds

This commit is contained in:
Miguel Jacq 2017-11-09 19:50:50 +11:00
parent d6324080ac
commit ee9dfb7a8b
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
"systray_download_canceled_message": "The user canceled the download",
"help_local_only": "Do not attempt to use tor: for development only",
"help_stay_open": "Keep onion service running after download has finished",
"help_shutdown_timeout": "Shut down the onion service after N hours",
"help_shutdown_timeout": "Shut down the onion service after N seconds",
"help_transparent_torification": "My system is transparently torified",
"help_stealth": "Create stealth onion service (advanced)",
"help_debug": "Log application errors to stdout, and log web errors to disk",