diff --git a/src/Task.cpp b/src/Task.cpp index 89f7de6ce..f031fe044 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -2385,7 +2385,7 @@ void Task::modify (modType type, bool text_required /* = false */) getStatus () == originalStatus) { auto uuid = get ("uuid").substr (0, 8); - Context::getContext ().footnote (format ("Note: Modified task {1} is {2}. You may wish to make this task pending with: task {3} modify status:pending", uuid, get ("status"), uuid)); + Context::getContext ().footnote (format ("Note: Modified task {1} is {2}. You may wish to make this task pending with: task {3} modify status:pending", uuid, get ("status"), uuid)); } } #endif