commit 9c23f79d141e2e472e44d1c3f347c48d6bc55db0 Author: bim dsnake@protonmail.com Date: Sat Nov 6 12:47:41 2021 -0400
Closes #537 updated some copy too... --- LICENSE | 4 ++-- app/src/main/res/values/strings.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/LICENSE b/LICENSE index 194b99d9..03ad8a80 100644 --- a/LICENSE +++ b/LICENSE @@ -1,10 +1,10 @@ This file contains the license for Orbot, a free software project to -provide anonymity on the Internet from a Google Android smartphone. +provide anonymity on the Internet from a Google Android device.
It also lists the licenses for other components used by Orbot, including Tor, and iptables.
-For more information about Orbot, see https://guardianproject.info/apps/org.torproject.android/ +For more information about Orbot, see https://orbot.app/
If you got this file as a part of a larger bundle, there may be other license terms that you should be aware of. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7936af5b..a6dbbe00 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,7 +19,7 @@ <string name="menu_share_bridge">Share BridgeQR</string> <!--Welcome Wizard strings (DJH)--> <string name="wizard_details">Some Orbot Details</string> - <string name="wizard_details_msg">Orbot is an open-source application that contains Tor, Obfs4Proxy, BadVPN, Tun2Socks and LibEvent. It provides a local HTTP proxy (8118) and a SOCKS proxy (9050) into the Tor network. Orbot also has the ability, on rooted device, to send all internet traffic through Tor.</string> + <string name="wizard_details_msg">Orbot is an open-source application that contains Tor, Obfs4Proxy, BadVPN, Tun2Socks and LibEvent. It provides a local HTTP proxy (8118) and a SOCKS proxy (9050) into the Tor network.</string> <!--END Welcome Wizard strings (DJH)--> <string name="pref_general_group">General</string> <string name="pref_start_boot_title">Start Orbot on Boot</string> @@ -90,8 +90,8 @@ <string name="ports_reachable_behind_a_restrictive_firewall">Ports reachable behind a restrictive firewall</string> <string name="enter_ports">Enter ports</string> <string name="enable_debug_log_to_output_must_use_adb_or_alogcat_to_view_">Enable debug log to output (must use adb or aLogcat to view)</string> - <string name="project_home">Project Home(s): </string> - <string name="project_urls">https://www.torproject.org/docs/android%5Cnhttps://guardianproject.info/apps...</string> + <string name="project_home">Project Home:</string> + <string name="project_urls">https://orbot.app/</string> <string name="third_party_software">3rd-Party-Software: </string> <string name="tor_version">Tor: https://www.torproject.org</string> <string name="libevent_version">LibEvent: http://www.monkey.org/~provos/libevent/</string>
tor-commits@lists.torproject.org