aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-08-17 05:45:40 -0500
committerSamuel Holland <samuel@sholland.org>2017-08-17 05:45:40 -0500
commit6c92aaabd1e7d1f1f9d1c884bc2e7f4a2909ff3c (patch)
tree824b3e43618f25fc1614601bc4a52fd991039326 /app/src/main/res/values
parentBaseConfigActivity: Make use of inner class's this (diff)
downloadwireguard-android-6c92aaabd1e7d1f1f9d1c884bc2e7f4a2909ff3c.tar.xz
wireguard-android-6c92aaabd1e7d1f1f9d1c884bc2e7f4a2909ff3c.zip
QuickTileService: Implement and update from VpnService
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2c0ce517..4c781c21 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -18,6 +18,7 @@
<string name="hint_optional">(optional)</string>
<string name="hint_random">(random)</string>
<string name="listen_port">Listen port</string>
+ <string name="loading">Loading</string>
<string name="mtu">MTU</string>
<string name="placeholder_text">No configuration selected</string>
<string name="primary_config">Primary configuration</string>