mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Remove duplicate word
This commit is contained in:
parent
7bf3be2f07
commit
0802e3899a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void CmdContext::defineContext(const std::vector<std::string>& words, std::strin
|
|||
if (!valid_write_context) {
|
||||
std::stringstream warning;
|
||||
warning
|
||||
<< format("The filter '{1}' is not a valid modification string, because it contains {2}.",
|
||||
<< 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue