From 35aaf8c675db1247ddb88ec97f9a02206106ba4a Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 26 Feb 2018 02:49:51 +1100 Subject: [PATCH] Alert wording change (we no longer 'ignore' invalid bridges, the user has to fix them) --- share/locale/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/locale/en.json b/share/locale/en.json index e3375b25..17778391 100644 --- a/share/locale/en.json +++ b/share/locale/en.json @@ -106,7 +106,7 @@ "gui_settings_tor_bridges_meek_lite_azure_radio_option_no_obfs4proxy": "Use built-in meek_lite (Azure) pluggable transports (requires obfs4proxy)", "gui_settings_tor_bridges_custom_radio_option": "Use custom bridges", "gui_settings_tor_bridges_custom_label": "You can get bridges from https://bridges.torproject.org", - "gui_settings_tor_bridges_invalid": "None of the bridges you supplied seem to be valid, so they've been ignored.\nPlease try again with valid bridges.", + "gui_settings_tor_bridges_invalid": "None of the bridges you supplied seem to be valid.\nPlease try again with valid bridges.", "gui_settings_button_save": "Save", "gui_settings_button_cancel": "Cancel", "gui_settings_button_help": "Help",