summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-20 22:59:48 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-24 18:40:47 +0000
commit19ecc687bcd5c4267bfd575f7a049e441cdb9591 (patch)
treeaf5478c27a9e6088db8c0df8d746c987a5a0dd62
parent67b8753c91f96e16ad2283278a08eb50c4305d9d (diff)
downloadmullvadvpn-19ecc687bcd5c4267bfd575f7a049e441cdb9591.tar.xz
mullvadvpn-19ecc687bcd5c4267bfd575f7a049e441cdb9591.zip
Change spelling of user visible strings
-rw-r--r--android/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 4d4bd398db..dc473995eb 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -159,8 +159,8 @@
<string name="wireguard_key_verification_failure">Key verification failed</string>
<string name="wireguard_public_key">WireGuard public key</string>
<string name="copied_wireguard_public_key">Copied WireGuard public key to clipboard</string>
- <string name="split_tunnelling">Split tunnelling</string>
- <string name="split_tunnelling_description">Split tunnelling makes it possible to select which
+ <string name="split_tunnelling">Split tunneling</string>
+ <string name="split_tunnelling_description">Split tunneling makes it possible to select which
applications should not be routed through the VPN tunnel.</string>
<string name="enabled">Enabled</string>
<string name="exclude_applications">Exclude applications</string>