aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-03-30 14:23:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-30 14:23:10 +0200
commit82d26e61da7614ec3e1860de3030ad0d332ae871 (patch)
treedf0450114ea89495b704648deb3f372ff81388a8 /ui/src/main/res/values/strings.xml
parentui: use app resources instead of ctx for strings in callback (diff)
downloadwireguard-android-82d26e61da7614ec3e1860de3030ad0d332ae871.tar.xz
wireguard-android-82d26e61da7614ec3e1860de3030ad0d332ae871.zip
ui: the button is not always blue with Material You
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values/strings.xml')
-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 ef2573eb..4952db51 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -217,7 +217,7 @@
<string name="tunnel_create_success">Successfully created tunnel “%s”</string>
<string name="tunnel_error_already_exists">Tunnel “%s” already exists</string>
<string name="tunnel_error_invalid_name">Invalid name</string>
- <string name="tunnel_list_placeholder">Add a tunnel using the blue button</string>
+ <string name="tunnel_list_placeholder">Add a tunnel using the button below</string>
<string name="tunnel_name">Tunnel Name</string>
<string name="tunnel_on_error">Unable to turn tunnel on (wgTurnOn returned %d)</string>
<string name="tunnel_dns_failure">Unable to resolve DNS hostname: “%s”</string>