From 42bffbffb350d653c61aba69cf1de5c252d417a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Thu, 24 Feb 2022 23:17:09 +0100 Subject: [PATCH] receiving, enter the network --- desktop/onionshare/resources/locale/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/onionshare/resources/locale/en.json b/desktop/onionshare/resources/locale/en.json index e0344e5e..fb7fd0ae 100644 --- a/desktop/onionshare/resources/locale/en.json +++ b/desktop/onionshare/resources/locale/en.json @@ -62,7 +62,7 @@ "gui_settings_authenticate_password_option": "Password", "gui_settings_password_label": "Password", "gui_settings_tor_bridges": "Connect using a Tor bridge?", - "gui_settings_tor_bridges_label": "Bridges help you access the Tor Network in where Tor is blocked. Depending on where you are, one bridge may work better than another.", + "gui_settings_tor_bridges_label": "Bridges helps your traffic enter the Tor Network where Tor access is blocked. Depending on where you are, one bridge may work better than another.", "gui_settings_bridge_use_checkbox": "Use a bridge", "gui_settings_bridge_radio_builtin": "Select a built-in bridge", "gui_settings_bridge_none_radio_option": "Don't use a bridge", @@ -160,7 +160,7 @@ "gui_share_mode_autostop_timer_waiting": "Finishing sending…", "gui_website_mode_no_files": "No Website Shared Yet", "gui_receive_mode_no_files": "No Files Received Yet", - "gui_receive_mode_autostop_timer_waiting": "Finishing reception…", + "gui_receive_mode_autostop_timer_waiting": "Finishing receiving…", "days_first_letter": "d", "hours_first_letter": "h", "minutes_first_letter": "m",