diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-03 14:57:16 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-03 14:57:16 +0200 |
commit | 12151bce34453ab1540c50a4dd143fb42028541d (patch) | |
tree | b4824e9c96fe2a5302e31ddb8a1fa83eab6c2f50 /res/values | |
parent | ec2008e9e53b99ba1725d8398e21b9cb04f6b8ca (diff) |
Implement reconnect on network change (closes issue #37)
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 42749081..76d71ce3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -207,4 +207,6 @@ <string name="generated_config_summary">Shows the generated openvpn Configuration File</string> <string name="edit_profile_title">Editing \"%s\"</string> <string name="building_configration">Building configration…</string> + <string name="netchange_summary">Turning this option on will force a reconnet if the network state is change (WIFI to/from mobile)</string> + <string name="netchange">Reconnect on Network change</string> </resources> |