diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-06-10 12:29:48 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-06-10 12:29:48 +0200 |
commit | f7c280659b266610e82609e5188bd8bcc85f5152 (patch) | |
tree | d46cfd3685c52d42d35685d82fffa81e65d77e26 /res/values | |
parent | 4fd19396ea1e8c58d8b30a3b6b1c56eb00bb3de1 (diff) |
fix typo
--HG--
extra : rebase_source : 1c67d40cf0c2621870875c1330193d4c37425039
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f1700385..e9bacaee 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -122,7 +122,7 @@ <string name="no_vpn_support_image">Your image does not support the VPNService API, sorry :(</string> <string name="encryption">Encryption</string> <string name="cipher_dialog_title">Enter encryption method</string> - <string name="chipher_dialog_message">Enter the encryption cipher alogithm used by OpenVPN. Leave empty to use default cipher.</string> + <string name="chipher_dialog_message">Enter the encryption cipher algorithm used by OpenVPN. Leave empty to use default cipher.</string> <string name="auth_dialog_message">Enter the authentication digest used for OpenVPN. Leave empty to use default digest.</string> <string name="settings_auth">Authentication/Encryption</string> <string name="file_explorer_tab">File Explorer</string> @@ -270,7 +270,6 @@ <string name="rdn_prefix">RDN prefix</string> <string name="tls_remote_deprecated">tls-remote (DEPRECATED)</string> <string name="help_translate">You can help translating by visiting http://crowdin.net/project/ics-openvpn/invite</string> - <!-- Dialog title to identify the request from a VPN application. [CHAR LIMIT=60] --> <string name="prompt">%1$s attempts to control %2$s</string> <string name="remote_warning">By proceeding, you are giving the application permission to completely control OpenVPN for Android and to intercept all network traffic. <b> Do NOT accept unless you trust the application. </b> Otherwise, you run the risk of having your data compromised by malicious software."</string> <string name="remote_trust">I trust this application.</string> |