diff --git a/src/task.cpp b/src/task.cpp index a7541541b..05a899ab2 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -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)"); } }