diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-28 14:45:28 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-28 16:26:22 -0600 |
commit | 75252cf9d54279af16eb4057c045450b32788c7b (patch) | |
tree | e89f98c708f93c2f18ff77e040cb57259097d527 /ui/src/main/res/values | |
parent | 1da714852fe756ca66a7b7073528d91ddf6c507b (diff) |
TunnelEditor: move hint to label and add discouraged optional
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r-- | ui/src/main/res/values/strings.xml | 1 |
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> |