diff options
author | schwabe <devnull@localhost> | 2012-04-29 16:05:44 +0200 |
---|---|---|
committer | schwabe <devnull@localhost> | 2012-04-29 16:05:44 +0200 |
commit | ec65a38af4edc986f7f1a90e446cc8713c9ca05e (patch) | |
tree | e3c5d76eb4b2b10cdeefbadedb6e524e369e79f6 /res/values | |
parent | 97609f39a5ec3a4f332bd7eec79aae91cd7dd56a (diff) |
Version 0.4 had a User/password and static keys options that will not work. Fix that
Diffstat (limited to 'res/values')
-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 a837840..2a2135a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -103,4 +103,5 @@ <string name="config_error_message">An error has been found in your VPN configuration:</string> <string name="ipv4_format_error">Cannot parse the IPv4 address</string> <string name="custom_route_format_error">Cannot parse the custom routes</string> + <string name="pw_query_hint">Leave empty to query on demand</string> </resources> |