summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-14 20:29:06 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-03-18 17:03:53 +0000
commit5cf10e54db6ed5d02a1df657513f6dab1dd2f546 (patch)
treeb48f6a6e28cb780664ec2478f111aa70fe64a653 /android/src/main/res/values
parent59c0aa07d7208805fa46743e4d73b19cdd95ad1c (diff)
downloadmullvadvpn-5cf10e54db6ed5d02a1df657513f6dab1dd2f546.tar.xz
mullvadvpn-5cf10e54db6ed5d02a1df657513f6dab1dd2f546.zip
Create initial empty "Select location" screen
Diffstat (limited to 'android/src/main/res/values')
-rw-r--r--android/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index b8d1cdb654..24f8c9867e 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -19,4 +19,10 @@
<string name="cancel">Cancel</string>
<string name="disconnect">Disconnect</string>
<string name="switch_location">Switch location</string>
+
+ <string name="select_location">Select location</string>
+ <string name="select_location_description">
+ While connected, your real location is masked with a private and secure location in the
+ selected region
+ </string>
</resources>