Better wording for no_available_port error

This commit is contained in:
Miguel Jacq 2017-12-07 08:59:34 +11:00
parent 0aacfae925
commit 235abd6042
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -10,7 +10,7 @@
"ctrlc_to_stop": "Press Ctrl-C to stop server",
"not_a_file": "{0:s} is not a file.",
"not_a_readable_file": "{0:s} is not a readable file.",
"no_available_port": "Could not start the Onion service as we found no available port",
"no_available_port": "Could not start the Onion service as there was no available port.",
"download_page_loaded": "Download page loaded",
"other_page_loaded": "URL loaded",
"close_on_timeout": "Closing automatically because timeout was reached",