- Added " ago" to the info report task age.

This commit is contained in:
Paul Beckingham 2008-06-29 15:05:46 -04:00
parent be6136c1e9
commit 2d66324cb2

View file

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