mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 19:36:08 -04:00
No longer treating shutdown_timeout as a float, but an int of seconds
This commit is contained in:
parent
d6324080ac
commit
ee9dfb7a8b
3 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue