mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-01 11:20:19 +02:00
Support #383 - odd feedback when changing an existing, recurring project
- Fixed wording (support issue #383) when modifying a recurring task (thanks to T. Charles Yun).
This commit is contained in:
parent
484c31f0e4
commit
c650edd4f9
2 changed files with 3 additions and 1 deletions
|
@ -1424,7 +1424,7 @@ int handleModify (std::string &outs)
|
|||
std::cout << "Task "
|
||||
<< task->id
|
||||
<< " is a recurring task, and all other instances of this"
|
||||
<< " task may be modified."
|
||||
<< " task will be modified."
|
||||
<< std::endl;
|
||||
|
||||
Task before (*other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue