Footnotes

- Relocated 'N tasks' style message to footnotes.
This commit is contained in:
Paul Beckingham 2011-06-27 00:22:18 -04:00
parent 1813f67230
commit 43e72b8ac8
3 changed files with 10 additions and 10 deletions

View file

@ -190,7 +190,7 @@ int CmdHistoryMonthly::execute (std::string& output)
<< "\n";
else
{
out << STRING_FEEDBACK_NO_TASKS << "\n";
context.footnote (STRING_FEEDBACK_NO_TASKS);
rc = 1;
}
@ -347,7 +347,7 @@ int CmdHistoryAnnual::execute (std::string& output)
<< "\n";
else
{
out << STRING_FEEDBACK_NO_TASKS << "\n";
context.footnote (STRING_FEEDBACK_NO_TASKS);
rc = 1;
}
@ -546,7 +546,7 @@ int CmdGHistoryMonthly::execute (std::string& output)
}
else
{
out << STRING_FEEDBACK_NO_TASKS << "\n";
context.footnote (STRING_FEEDBACK_NO_TASKS);
rc = 1;
}
@ -742,7 +742,7 @@ int CmdGHistoryAnnual::execute (std::string& output)
}
else
{
out << STRING_FEEDBACK_NO_TASKS << "\n";
context.footnote (STRING_FEEDBACK_NO_TASKS);
rc = 1;
}