diff options
author | Ryan Hansberry <rhansby@gmail.com> | 2015-09-22 16:44:20 -0700 |
---|---|---|
committer | Ryan Hansberry <rhansby@gmail.com> | 2015-09-22 16:44:20 -0700 |
commit | 8cbb50c081dede3d1a4a99d151c17cd9c51596c8 (patch) | |
tree | 00df099b20a6caacf184fb678a5d8dd7eaee66cb /app/src | |
parent | ad121b83ec0e1d4ec66439574014024c68d8562c (diff) | |
download | connectbot-8cbb50c081dede3d1a4a99d151c17cd9c51596c8.tar.gz connectbot-8cbb50c081dede3d1a4a99d151c17cd9c51596c8.tar.bz2 connectbot-8cbb50c081dede3d1a4a99d151c17cd9c51596c8.zip |
Fix empty host list blurb. (in English only)
Diffstat (limited to 'app/src')
-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 1b786b3..9351ac4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -412,7 +412,7 @@ <string name="list_host_portforwards">"Edit port forwards"</string> <string name="list_host_delete">"Delete host"</string> <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">"Use the quick-connect box"\n"below to connect to a host."</string> + <string name="list_host_empty">"No hosts created yet."</string> <!-- Default screen rotation preference selection --> <string name="list_rotation_default">"Default"</string> |