commit d6d3c5dd798d5d1addd8096ff1eabcc8864cfe46 Author: Nathan Freitas nathan@freitas.net Date: Mon Feb 2 16:19:05 2015 -0500
return app name to Orbot --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5e05b94..f699314 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <resources> - <string name="app_name">Ony</string> + <string name="app_name">Orbot</string> <string name="app_description">Orbot is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis.</string> <string name="internal_web_url">http://orbot/</string> <string name="default_web_url">http://check.torproject.org</string>
tor-commits@lists.torproject.org