summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-16 04:29:35 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-16 04:29:35 +0200
commit1a20bf712119d2a336ba9daa3abbc416a23a81d7 (patch)
tree55412f3d8e07f4ae102d82f2b425e2a2e9627926 /res/values/strings.xml
parentcb18cf6c0aed926eaad59025efd446a270aea57e (diff)
Fixes error reported on the Android market consolev0.5.12a
- setting 0.0.0.0 as DNS gives NP - Using a invalid keystone key gives a NP in rsa_sign (Seems to happen on 4.0 -> 4.1 upgrade) - stupid config converter bug introduced in 5.12 - bump version to 5.12a
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b6d43e91..6e280c19 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -234,6 +234,7 @@
<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>
+ <string name="dns_add_error">Could not add DNS Server \"%1$s\", rejected by the system: %2$s</string>
</resources> \ No newline at end of file