aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 14:45:28 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 16:26:22 -0600
commit75252cf9d54279af16eb4057c045450b32788c7b (patch)
treee89f98c708f93c2f18ff77e040cb57259097d527 /ui/src/main/res/values/strings.xml
parentTunnelEditor: clean up xml (diff)
downloadwireguard-android-75252cf9d54279af16eb4057c045450b32788c7b.tar.xz
wireguard-android-75252cf9d54279af16eb4057c045450b32788c7b.zip
TunnelEditor: move hint to label and add discouraged optional
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml
index 9d855bda..04582606 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -82,6 +82,7 @@
<string name="hint_automatic">(auto)</string>
<string name="hint_generated">(generated)</string>
<string name="hint_optional">(optional)</string>
+ <string name="hint_optional_discouraged">(optional, not recommended)</string>
<string name="hint_random">(random)</string>
<string name="illegal_filename_error">Illegal file name ā€œ%sā€</string>
<string name="import_error">Unable to import tunnel: %s</string>