diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-05-26 23:28:57 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-05-26 23:28:57 +0200 |
commit | fb30271e5f6b5d11f2145ec22a39fd068e4b6e4e (patch) | |
tree | ed4536de37470699df513cbcc8f3a6954cb0074d | |
parent | 8e1748eb0ff232d972f7ade2da7093ceb3a85826 (diff) |
State the obvious
-rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index de9bbcb3..db6305e3 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -278,7 +278,7 @@ <string name="no_external_app_allowed">No app allowed to use external API</string> <string name="allowed_apps">Allowed apps: %s</string> <string name="clearappsdialog">Clear list of allowed external apps?\nCurrent list of allowed apps:\n\n%s</string> - <string name="screenoff_summary">"Pause VPN when screen is off and less than 64 kB transferred data in 60s."</string> + <string name="screenoff_summary">"Pause VPN when screen is off and less than 64 kB transferred data in 60s. Pausing the VPN the is only enabled if the \"Persistent Tun\" option is enabled on a VPN. When the VPN is paused your device has NO network connectivity."</string> <string name="screenoff_title">Pause VPN connection after screen off</string> <string name="screenoff_pause">Pausing connection in screen off state: less than %1$s in %2$ss</string> <string name="screen_nopersistenttun">ERROR: Persistent tun not enabled for this VPN. Ignoring option to pause VPN when screen is off</string> |