diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index dad28ee3c..fae5d3818 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -218,8 +218,8 @@ void CmdContext::defineContext(const std::vector& words, std::strin if (!valid_write_context) { std::stringstream warning; warning - << format("The filter '{1}' is not a valid modification string, because it {2}.", - value, reason) + << format("The filter '{1}' is not a valid modification string, because it {2}.", value, + reason) << "\nAs such, value for the write context cannot be set (context will not apply on task " "add / task log).\n\n" << format(