mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Report Column Header
- Added "Number" to the ghistory graph title.
This commit is contained in:
parent
d7a9d06360
commit
d831ab335a
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ std::string handleReportGHistory (TDB& tdb, T& task, Config& conf)
|
|||
table.setDateFormat (conf.get ("dateformat", "m/d/Y"));
|
||||
table.addColumn ("Year");
|
||||
table.addColumn ("Month");
|
||||
table.addColumn ("Added/Completed/Deleted");
|
||||
table.addColumn ("Number Added/Completed/Deleted");
|
||||
|
||||
if (conf.get ("color", true))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue