diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-02-14 19:00:11 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-02-14 19:00:11 +0100 |
commit | 73a48d3cd466a730ef6cc01b5f8d9e0aa34cf389 (patch) | |
tree | 2aa51d63cc6d2e5e4b148728cdc7ee928bb283ed /vpndialogxposed/src/main/res/values/strings.xml | |
parent | 627e93cbc8b58433f219afe4c776a51b2791ddfb (diff) |
Lint fixes
Diffstat (limited to 'vpndialogxposed/src/main/res/values/strings.xml')
-rw-r--r-- | vpndialogxposed/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpndialogxposed/src/main/res/values/strings.xml b/vpndialogxposed/src/main/res/values/strings.xml index 2afcc0c2..6eace130 100644 --- a/vpndialogxposed/src/main/res/values/strings.xml +++ b/vpndialogxposed/src/main/res/values/strings.xml @@ -2,5 +2,7 @@ <resources> <string name="app_name">VpnDialog Xposed Module</string> + <string name="select_apps">Select the apps that should be allowed to use the VpnService API without user confirmation</string> + <string name="no_apps_found">No Apps using the VPNService API found</string> </resources> |