summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFelix W. Dekker <felix@fwdekker.com>2019-07-07 18:40:27 +0200
committerArne Schwabe <arne@rfc2549.org>2019-07-08 11:37:35 +0200
commit3e9c7cacd789c6861558afc040de94e6df534f8f (patch)
treecfcb2d8227c1218ced0c24aee8eb52e14d177141 /main
parent3f158efbfd6deaf4e414f574c54c184b28143101 (diff)
Fix typo
Diffstat (limited to 'main')
-rwxr-xr-xmain/src/main/res/values/strings.xml2
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>