aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-23 00:05:12 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-23 00:05:12 +0200
commit3a16c088210733e07ffe6e1b2cc966ddae3fb19b (patch)
tree8284775bb2ce01edaea57c1cc73cbe1154b4c14c /app/src/main/res/values/strings.xml
parentShow help text when no tunnels are imported (diff)
downloadwireguard-android-3a16c088210733e07ffe6e1b2cc966ddae3fb19b.tar.xz
wireguard-android-3a16c088210733e07ffe6e1b2cc966ddae3fb19b.zip
Make placeholder pretty
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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3fc245ae..bfaf71b6 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -89,6 +89,7 @@
<string name="tools_installer_title">Install command line tools</string>
<string name="tunnel_create_error">Unable to create tunnel: %s</string>
<string name="tunnel_create_success">Successfully created tunnel ā€œ%sā€</string>
+ <string name="tunnel_list_placeholder">Add a tunnel using the blue button</string>
<string name="tunnel_rename_error">Unable to rename tunnel: %s</string>
<string name="tunnel_rename_success">Successfully renamed tunnel to ā€œ%sā€</string>
<string name="version_title">WireGuard for Android v%s"</string>
@@ -99,5 +100,4 @@
<string name="zip_export_error">Unable to export tunnels: %s</string>
<string name="zip_export_success">Saved to %s</string>
<string name="zip_export_summary">Zip file will be saved to downloads folder</string>
- <string name="no_tunnels_imported_placeholder">Tap the button at the bottom to begin</string>
</resources>