Merge branch 'master' of git@github.com:pbeckingham/task

This commit is contained in:
Paul Beckingham 2008-07-08 01:46:47 -04:00
commit 95752390de

View file

@ -998,7 +998,7 @@ void handleInfo (const TDB& tdb, T& task, Config& conf)
formatTimeDeltaDays (age, (time_t) (now - dt));
}
table.addCell (row, 1, entry + " (" + age + ")");
table.addCell (row, 1, entry + " (" + age + " ago)");
}
}