mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Bug #433 - Missing punctuation in some command output
- Made punctuation consistent throughout the code and addressed a few broken tests.
This commit is contained in:
parent
c43eb31374
commit
d6a2c1872c
19 changed files with 81 additions and 78 deletions
|
@ -75,7 +75,7 @@ void handleRecurrence ()
|
|||
<< t->get ("uuid")
|
||||
<< " ("
|
||||
<< trim (t->get ("description"))
|
||||
<< ") is past its 'until' date, and has been deleted"
|
||||
<< ") has past its 'until' date, and has been deleted."
|
||||
<< std::endl;
|
||||
|
||||
// Determine the end date.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue