mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Added " ago" to the info report task age.
This commit is contained in:
parent
be6136c1e9
commit
2d66324cb2
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue