diff --git a/src/task.cpp b/src/task.cpp index da33b5858..ff23146fc 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -952,7 +952,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)"); } }