diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-05 21:34:50 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-06 16:28:46 +0200 |
commit | 124f186983f95648867ba1fdd2bec1e098ae95ba (patch) | |
tree | cb23beeb6a7ccdad75eeb0c56b5317ef9aa18d58 /app/src/main/res/values/strings.xml | |
parent | 500a705531a3210aa98b17b77085cf1ea86c274d (diff) |
TunnelEditor: fix nits
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 082a7477..b44e3121 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -69,7 +69,10 @@ <string name="restore_on_boot_summary">Bring up previously-enabled tunnels on boot</string> <string name="restore_on_boot_title">Restore on boot</string> <string name="save">Save</string> - <string name="set_excluded_applications">Set Excluded Applications</string> + <plurals name="set_excluded_applications"> + <item quantity="one">%d Excluded Application</item> + <item quantity="other">%d Excluded Applications</item> + </plurals> <string name="set_exclusions">Set Exclusions</string> <string name="settings">Settings</string> <string name="toggle_error">Error toggling WireGuard tunnel: %s</string> |