From 7aee9567a3332b39afa1424e567d689b01fb6b5e Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 3 Sep 2021 21:15:07 -0400 Subject: [PATCH] Task: Fix extra whitespace typo --- src/Task.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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