l10n: Eliminated STRING_FEEDBACK_NO_TASKS_SP

This commit is contained in:
Paul Beckingham 2018-01-20 21:40:46 -05:00
parent 11921878a4
commit 8c7f3be1bd
21 changed files with 12 additions and 30 deletions

View file

@ -64,7 +64,7 @@ int CmdPrepend::execute (std::string&)
filter.subset (filtered);
if (filtered.size () == 0)
{
context.footnote (STRING_FEEDBACK_NO_TASKS_SP);
context.footnote ("No tasks specified.");
return 1;
}