aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-05-30 02:32:33 +0000
committerKenny Root <kenny@the-b.org>2009-05-30 02:32:33 +0000
commit2e3e025b3f1b9cf3cf643049028de94102d498d3 (patch)
tree5ab9e702e5d808179b1d95d57cffea74492fbfea /res/values
parent7ce198e3ec84b7a672d0553c887480ea454ccf1b (diff)
downloadconnectbot-2e3e025b3f1b9cf3cf643049028de94102d498d3.tar.gz
connectbot-2e3e025b3f1b9cf3cf643049028de94102d498d3.tar.bz2
connectbot-2e3e025b3f1b9cf3cf643049028de94102d498d3.zip
Use ViewHolders for List Activities and optimize display of last connect time.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@243 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5cd5c65..172a73b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -253,7 +253,9 @@
<!-- Port field title for host editor preference -->
<string name="hostpref_port_title">Port</string>
-
+
+ <!-- Displayed to indicate a host has never been connected to. -->
+ <string name="bind_never">Never connected</string>
<!-- The time that has elapsed since a host was connected to when it has been less than an hour. -->
<string name="bind_minutes">%1$s minutes ago</string>
<!-- The time that has elapsed since a host was connected to when it has been less than a day. -->