diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-15 17:01:33 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-15 17:01:33 +0200 |
commit | 1c664e15c7bf36098025f15ec6e4e835adff997e (patch) | |
tree | 1c33e3fec9f6ff514063b766ee866b68a2d39467 /res | |
parent | 3ab9e38d4473a7a34b820d80cc442ba6c3e30564 (diff) |
Add warning if no dns is set.v0.5.12
Check in a working copy of jbcrypto
Diffstat (limited to 'res')
-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 6fa78150..b6d43e91 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -233,6 +233,7 @@ <string name="obscure">Obscure OpenVPN Settings. Normally not needed.</string> <string name="advanced">Advanced</string> <string name="export_config_title">ICS Openvpn Config</string> + <string name="warn_no_dns">No DNS servers being used. Name resolution may not work. Consider setting custom DNS Servers</string> </resources>
\ No newline at end of file |