diff options
author | Felix W. Dekker <felix@fwdekker.com> | 2019-07-07 18:40:27 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2019-07-08 11:37:35 +0200 |
commit | 3e9c7cacd789c6861558afc040de94e6df534f8f (patch) | |
tree | cfcb2d8227c1218ced0c24aee8eb52e14d177141 /main/src | |
parent | 3f158efbfd6deaf4e414f574c54c184b28143101 (diff) |
Fix typo
Diffstat (limited to 'main/src')
-rwxr-xr-x | main/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml index a495cd48..432ad5f4 100755 --- a/main/src/main/res/values/strings.xml +++ b/main/src/main/res/values/strings.xml @@ -82,7 +82,7 @@ <string name="secondary_dns_message">Secondary DNS Server used if the normal DNS Server cannot be reached.</string> <string name="backup_dns">Backup DNS Server</string> <string name="ignored_pushed_routes">Ignore pushed routes</string> - <string name="ignore_routes_summary">Ignore routed pushed by the server.</string> + <string name="ignore_routes_summary">Ignore routes pushed by the server.</string> <string name="default_route_summary">Redirects all Traffic over the VPN</string> <string name="use_default_title">Use default Route</string> <string name="custom_route_message">Enter custom routes. Only enter destination in CIDR format. \"10.0.0.0/8 2002::/16\" would direct the networks 10.0.0.0/8 and 2002::/16 over the VPN.</string> |