mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - done
- The 'done' command now functional. - Localized CmdDone.cpp.
This commit is contained in:
parent
1b90adc1aa
commit
877ecbc864
6 changed files with 54 additions and 48 deletions
|
@ -64,7 +64,7 @@ int CmdUrgency::execute (std::string& output)
|
|||
|
||||
if (filtered.size () == 0)
|
||||
{
|
||||
context.footnote (STRING_CMD_URGENCY_NO_TASKS);
|
||||
context.footnote (STRING_FEEDBACK_NO_TASKS_SP);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue