mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Merge branch 'master' of git@github.com:pbeckingham/task
This commit is contained in:
commit
95752390de
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue