aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-10-03 04:15:16 +0100
committerKenny Root <kenny@the-b.org>2015-04-14 16:22:48 -0700
commit666188f538a8f7e0f1a71a30cc5c07daa0f2f240 (patch)
tree5e1262c712566bd7f8961a3af90d892292e37046 /res
parent28b8406580e9c0565fc2090117bc06d5c28b79c2 (diff)
downloadconnectbot-666188f538a8f7e0f1a71a30cc5c07daa0f2f240.tar.gz
connectbot-666188f538a8f7e0f1a71a30cc5c07daa0f2f240.tar.bz2
connectbot-666188f538a8f7e0f1a71a30cc5c07daa0f2f240.zip
Use DateUtils.getRelativeTimeSpanString
Closes #2
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 49c3af4..5f2d78a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -321,12 +321,6 @@
<!-- 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. -->
- <string name="bind_hours">"%1$s hours ago"</string>
- <!-- The time that has elapsed since a host was connected to when it has been a day or more. -->
- <string name="bind_days">"%1$s days ago"</string>
<!-- Message given when user copies from the terminal. -->
<string name="console_copy_done">"Copied %1$d bytes to clipboard"</string>