aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 15:21:20 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-28 16:26:22 -0600
commitbee6ebe3b419c08661b1f0aa8e555ecb62d2798b (patch)
tree2a4e619ca0fb559e1a8303877dd8d438154c13db /ui/src/main/res/values/strings.xml
parentTunnelEditor: subdue section font (diff)
downloadwireguard-android-bee6ebe3b419c08661b1f0aa8e555ecb62d2798b.tar.xz
wireguard-android-bee6ebe3b419c08661b1f0aa8e555ecb62d2798b.zip
TunnelEditor: move generate button to inside box
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml
index 04582606..8e5c28d1 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -77,7 +77,7 @@
<string name="error_up">Error bringing up tunnel: %s</string>
<string name="exclude_private_ips">Exclude private IPs</string>
<string name="excluded_applications">Excluded Applications</string>
- <string name="generate">Generate</string>
+ <string name="generate_new_private_key">Generate new private key</string>
<string name="generic_error">Unknown ā€œ%sā€ error</string>
<string name="hint_automatic">(auto)</string>
<string name="hint_generated">(generated)</string>