- Localized more commands.
This commit is contained in:
Paul Beckingham 2011-07-10 13:19:41 -04:00
parent 44d835947b
commit d33de00eac
3 changed files with 48 additions and 30 deletions

View file

@ -103,6 +103,7 @@ int CmdDone::execute (std::string& output)
if (permission.confirmed (before, taskDifferences (before, *task) + STRING_CMD_DONE_PROCEED))
{
context.tdb.update (*task);
++count;
if (context.config.getBoolean ("echo.command"))
out << format (STRING_CMD_DONE_COMPLETED, task->id, task->get ("description"))
@ -111,7 +112,6 @@ int CmdDone::execute (std::string& output)
dependencyChainOnComplete (*task);
context.footnote (onProjectChange (*task, false));
++count;
}
}