Bump to -1, belatedly; more aesthetic nudges.

This commit is contained in:
z3d
2009-10-14 17:25:29 +00:00
parent 2cfc2bb60d
commit c3e646ca22
4 changed files with 19 additions and 7 deletions

View File

@ -77,7 +77,7 @@ public class NewsFetcher implements Runnable, EepGet.StatusListener {
long now = _context.clock().now();
return
(_lastUpdated > 0 ? "News last updated " + DataHelper.formatDuration(now - _lastUpdated) + " ago" : "") +
(_lastFetch > _lastUpdated ? ", last checked " + DataHelper.formatDuration(now - _lastFetch) + " ago" : "");
(_lastFetch > _lastUpdated ? "; last checked " + DataHelper.formatDuration(now - _lastFetch) + " ago." : "");
}
public void run() {