summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2019-03-24 16:38:01 +1100
committerMiguel Jacq <mig@mig5.net>2019-03-24 16:38:01 +1100
commit5d3604829801b000948f006304edf81c373191f4 (patch)
treec4366115eca56a46b0dd476f4c14dc5efb8a64e7
parent881b700b703a373af299c62bb05adc108757da7d (diff)
downloadonionshare-5d3604829801b000948f006304edf81c373191f4.tar.gz
onionshare-5d3604829801b000948f006304edf81c373191f4.zip
Remove newlines from strings
-rw-r--r--share/locale/en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/locale/en.json b/share/locale/en.json
index 4610f848..c932f516 100644
--- a/share/locale/en.json
+++ b/share/locale/en.json
@@ -128,10 +128,10 @@
"gui_tor_connection_error_settings": "Try changing how OnionShare connects to the Tor network in the settings.",
"gui_tor_connection_canceled": "Could not connect to Tor.\n\nEnsure you are connected to the Internet, then re-open OnionShare and set up its connection to Tor.",
"gui_tor_connection_lost": "Disconnected from Tor.",
- "gui_server_started_after_timeout": "The auto-stop timer ran out before the server started.\nPlease make a new share.",
- "gui_server_timeout_expired": "The auto-stop timer already ran out.\nPlease update it to start sharing.",
- "gui_server_startup_timer_expired": "The scheduled time has already passed.\nPlease update it to start sharing.",
- "gui_timeout_cant_be_earlier_than_startup": "The auto-stop time can't be the same or earlier than the start-up time.\nPlease update it to start sharing.",
+ "gui_server_started_after_timeout": "The auto-stop timer ran out before the server started. Please make a new share.",
+ "gui_server_timeout_expired": "The auto-stop timer already ran out. Please update it to start sharing.",
+ "gui_server_startup_timer_expired": "The scheduled time has already passed. Please update it to start sharing.",
+ "gui_timeout_cant_be_earlier_than_startup": "The auto-stop time can't be the same or earlier than the start-up time. Please update it to start sharing.",
"share_via_onionshare": "OnionShare it",
"gui_connect_to_tor_for_onion_settings": "Connect to Tor to see onion service settings",
"gui_use_legacy_v2_onions_checkbox": "Use legacy addresses",