diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-23 00:05:12 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-23 00:05:12 +0200 |
commit | 3a16c088210733e07ffe6e1b2cc966ddae3fb19b (patch) | |
tree | 8284775bb2ce01edaea57c1cc73cbe1154b4c14c /app/src/main/res/values/strings.xml | |
parent | 76fb6a318e7a8e1f26cd82692750c4584cda5298 (diff) |
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.xml | 2 |
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> |