diff options
author | Parménides GV <parmegv@sdf.org> | 2013-12-17 18:02:28 +0100 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2014-02-04 17:33:48 -0800 |
commit | e4053f06e741a9eaa833eeaba153058f748145fd (patch) | |
tree | b873ea9a289991cbf99956c6180b2a1333462688 /res/values | |
parent | 7297632a01d5fb606b901d8c54e190e28b95716e (diff) |
No more references to ics openvpn.
I've refactored a string name and the content of that string so that no
references to legacy ics-openvpn user interface are present in there.
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0485560f..255d5108 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -21,7 +21,7 @@ <string name="title_cancel">Cancel Confirmation</string> <string name="cancel_connection_query">Disconnect the connected VPN/cancel the connection attempt?</string> <string name="edit_vpn">Edit VPN Settings</string> - <string name="tun_error_helpful">On some custom ICS images the permission on /dev/tun might be wrong, or the tun module might be missing completely. For CM9 images try the fix ownership option under general settings</string> + <string name="tun_error_helpful">On some custom ICS images the permission on /dev/tun might be wrong, or the tun module might be missing completely.</string> <string name="tun_open_error">Failed to open the tun interface</string> <string name="error">"Error: "</string> <string name="clear">Clear</string> @@ -40,7 +40,7 @@ <string name="version_info">%1$s %2$s</string> <string name="send_logfile">Send log file</string> <string name="send">Send</string> - <string name="ics_openvpn_log_file">Bitmask OpenVPN log file</string> + <string name="bitmask_openvpn_log_file">Bitmask OpenVPN log file</string> <string name="copied_entry">Copied log entry to clip board</string> <string name="no_vpn_support_image">Your image does not support the VPNService API, sorry :(</string> <string name="opentun_no_ipaddr">Refusing to open tun device without IP information</string> @@ -135,5 +135,5 @@ <string name="eip_cancel_connect_cancel">Yes</string> <string name="eip_cancel_connect_false">No</string> <string name="eip_state_not_connected">"Not running! Connection not secure!"</string> - <string name="eip_state_connected">Connection Secure.</string> + <string name="eip_state_connected">Connection Secure.</string> </resources> |