diff options
author | Arne Schwabe <arne@rfc2549.org> | 2019-10-28 14:46:41 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2019-10-28 14:46:41 +0100 |
commit | 4602bc95bfe6436ffc5191a37673b52e7f5b6a7c (patch) | |
tree | a89c424600db7945b02d6785efb4317e9322b11e | |
parent | 484053aa9d291a35b349af69123e2c28d4f254fe (diff) |
Fix typo
-rwxr-xr-x | main/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml index 5ab3783d..140df4ba 100755 --- a/main/src/main/res/values/strings.xml +++ b/main/src/main/res/values/strings.xml @@ -476,7 +476,7 @@ <string name="faq_remote_api_title">Remote API</string> <string name="faq_remote_api">OpenVPN for Android supports two remote APIs, a sophisticated API using AIDL (remoteEXample in the git repository) and a simple one using Intents. <p>Examples using adb shell and the intents. Replace profilname with your profile name<p><p> adb shell am start-activity -a android.intent.action.MAIN de.blinkt.openvpn/.api.DisconnectVPN<p> adb shell am start-activity -a android.intent.action.MAIN -e de.blinkt.openvpn.api.profileName Blinkt de.blinkt.openvpn/.api.ConnectVPN</string> <string name="enableproxyauth">Enable Proxy Authentication</string> - <string name="error_orbot_and_proxy_options">Cannot use extra http-proxy-option statement and Orbot integration at the same timeO</string> + <string name="error_orbot_and_proxy_options">Cannot use extra http-proxy-option statement and Orbot integration at the same time</string> <string name="info_from_server">Info from server: \'%s\'</string> <string name="channel_name_userreq">User interaction required</string> <string name="channel_description_userreq">OpenVPN connection requires a user input, e.g. two factor |