diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-08-22 23:52:25 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-08-22 23:52:25 +0200 |
commit | b3c34c5ecaf55c944ae1a7cbf3ab0010b70d91e7 (patch) | |
tree | 0e6676515840f136abe2c1de7e2f4ab534fc2de7 /res/values | |
parent | 765818d19bbc5debfc2fd034943c071008b4090c (diff) |
Enable the config converter to convert openvpn 2.2 tls-remote format to 2.3 format
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1d9c8f67..643d0919 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -255,4 +255,5 @@ <string name="add_new_vpn_hint">Use the <img src=\"ic_menu_add\"/> icon to add a new VPN</string> <string name="vpn_import_hint">Use the <img src=\"ic_menu_archive\"/> icon to import an existing (.ovpn or .conf) profile from your sdcard.</string> <string name="faq_hint">Be sure to also check out the FAQ. There is a quick start guide.</string> + <string name="correcttls">Convert remote-tls format from OpenVPN 2.2 to 2.3 format</string> </resources> |