aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources/locale
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-10-15 14:14:12 -0700
committerMicah Lee <micah@micahflee.com>2021-10-15 14:14:12 -0700
commit66a744c9da3339934430828078e4f24372f67fc7 (patch)
treec2bceb048430b3bf9e379ca0132c97509065f00a /desktop/src/onionshare/resources/locale
parent64973a00ec05e9201c4e2b7883f4c688eb92d0ab (diff)
downloadonionshare-66a744c9da3339934430828078e4f24372f67fc7.tar.gz
onionshare-66a744c9da3339934430828078e4f24372f67fc7.zip
Improve the look of the Settings dialog, displaying the version and help link
Diffstat (limited to 'desktop/src/onionshare/resources/locale')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index 3d6c8539..13326c4c 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -67,12 +67,14 @@
"gui_settings_tor_bridges_meek_lite_azure_radio_option": "Use built-in meek-azure bridge",
"gui_settings_tor_bridges_snowflake_radio_option": "Use built-in snowflake bridge",
"gui_settings_meek_lite_expensive_warning": "Warning: The meek-azure bridges are very costly for the Tor Project to run.<br><br>Only use them if unable to connect to Tor directly, via obfs4 transports, or other normal bridges.",
- "gui_settings_tor_bridges_custom_radio_option": "Use custom bridges",
- "gui_settings_tor_bridges_custom_label": "You can get bridges from <a href=\"https://bridges.torproject.org/options\">https://bridges.torproject.org</a>",
+ "gui_settings_tor_bridges_moat_radio_option": "Request a bridge from torproject.org",
+ "gui_settings_tor_bridges_custom_radio_option": "Provide a bridge you learned about from a trusted source",
"gui_settings_tor_bridges_invalid": "None of the bridges you added work.\nDouble-check them or add others.",
"gui_settings_button_save": "Save",
"gui_settings_button_cancel": "Cancel",
"gui_settings_button_help": "Help",
+ "gui_settings_version_label": "You are using OnionShare {}",
+ "gui_settings_help_label": "Need help? See <a href='https://docs.onionshare.org'>docs.onionshare.org</a>",
"settings_test_success": "Connected to the Tor controller.\n\nTor version: {}\nSupports ephemeral onion services: {}.\nSupports client authentication: {}.\nSupports next-gen .onion addresses: {}.",
"connecting_to_tor": "Connecting to the Tor network",
"update_available": "New OnionShare out. <a href='{}'>Click here</a> to get it.<br><br>You are using {} and the latest is {}.",