summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2018-01-16 12:52:31 +0100
committerArne Schwabe <arne@rfc2549.org>2018-01-16 12:52:31 +0100
commit91679b7922f1974d81fa16d751e9c6f7b03faaad (patch)
tree0770a40aaacb180bd78bbee0b4dadf120ddbb1d5
parent0995ae9c586ba5dfd376519df13d5336a9025558 (diff)
Clarify strings
-rwxr-xr-xmain/src/main/res/values/strings.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml
index 3f6e98d9..37b70ce1 100755
--- a/main/src/main/res/values/strings.xml
+++ b/main/src/main/res/values/strings.xml
@@ -466,14 +466,11 @@
<string name="openssl_error">OpenSSL returned an error</string>
<string name="running_test">Running test…</string>
<string name="test_algoirhtms">Test selected algorithms</string>
- <string name="all_app_prompt">An external app tries to control %s. The app cannot be determined allowing now grants
- ALL apps access.
+ <string name="all_app_prompt">An external app tries to control %s. The app requesting access cannot be determined. Allowing this app grants ALL apps access.
</string>
- <string name="openvpn3_nostatickeys">The OpenVPN 3 C++ implementation does not support static keys. Please change to
- OpenVPN 2.x under general settings.
+ <string name="openvpn3_nostatickeys">The OpenVPN 3 C++ implementation does not support static keys. Please change to OpenVPN 2.x under general settings.
</string>
- <string name="openvpn3_pkcs12">Using PKCS12 files directly with OpenVPN 3 C++ implementation is not supported.
- Please import the pkcs12 files into the Android keystore or change to OpenVPN 2.x under general settings.
+ <string name="openvpn3_pkcs12">Using PKCS12 files directly with OpenVPN 3 C++ implementation is not supported. Please import the pkcs12 files into the Android keystore or change to OpenVPN 2.x under general settings.
</string>
</resources>