diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-17 05:45:40 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-17 05:45:40 -0500 |
commit | 6c92aaabd1e7d1f1f9d1c884bc2e7f4a2909ff3c (patch) | |
tree | 824b3e43618f25fc1614601bc4a52fd991039326 /app/src/main/res/values/strings.xml | |
parent | a057d0bc63ceb8f8154dfc39731c0f8eee412a27 (diff) |
QuickTileService: Implement and update from VpnService
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
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> |