aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-06 05:05:09 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-06 18:17:58 +0200
commitfdff6201a56b87f44c20ff6ff6a3b0f125a9bdcd (patch)
tree67ad1153eec8988cdfcfa88d9a6ccd06a455ca09 /app/src/main/res/values
parentAppListDialogFragment: add deselect all button (diff)
downloadwireguard-android-fdff6201a56b87f44c20ff6ff6a3b0f125a9bdcd.tar.xz
wireguard-android-fdff6201a56b87f44c20ff6ff6a3b0f125a9bdcd.zip
PeerEditor: put exclusion checkbox next to label
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index defd4370..b7f6930a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -44,7 +44,7 @@
<string name="error_root">Please obtain root access and try again</string>
<string name="error_up">Error bringing up tunnel: %s</string>
<string name="excluded_applications">Excluded Applications</string>
- <string name="exclude_private_ips">Exclude Private IPs</string>
+ <string name="exclude_private_ips">Exclude private IPs</string>
<string name="generate">Generate</string>
<string name="hint_automatic">(auto)</string>
<string name="hint_generated">(generated)</string>
@@ -95,7 +95,6 @@
<string name="version_summary">%s backend v%s</string>
<string name="version_summary_checking">Checking %s backend version</string>
<string name="version_summary_unknown">Unknown %s version</string>
- <string name="x_excluded_applications">%d Excluded Applications</string>
<string name="zip_exporter_title">Export tunnels to zip file</string>
<string name="zip_export_error">Unable to export tunnels: %s</string>
<string name="zip_export_success">Saved to %s</string>