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:
@@ -56,6 +56,8 @@
|
|||||||
+ Fixed bug that prevented 'task list priority.above:L' from working.
|
+ Fixed bug that prevented 'task list priority.above:L' from working.
|
||||||
+ Fixed bug that miscalculated terminal width for the ghistory.annual
|
+ Fixed bug that miscalculated terminal width for the ghistory.annual
|
||||||
report.
|
report.
|
||||||
|
+ Fixed wording (support issue #383) when modifying a recurring task (thanks
|
||||||
|
to T. Charles Yun).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -1424,7 +1424,7 @@ int handleModify (std::string &outs)
|
|||||||
std::cout << "Task "
|
std::cout << "Task "
|
||||||
<< task->id
|
<< task->id
|
||||||
<< " is a recurring task, and all other instances of this"
|
<< " is a recurring task, and all other instances of this"
|
||||||
<< " task may be modified."
|
<< " task will be modified."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
Task before (*other);
|
Task before (*other);
|
||||||
|
|||||||
Reference in New Issue
Block a user