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

@ -32,7 +32,6 @@
#include <main.h>
#include <format.h>
#include <shared.h>
#include <i18n.h>
#define STRING_CMD_MODIFY_TASK_R "Modifying recurring task {1} '{2}'."
#define STRING_CMD_MODIFY_RECUR "This is a recurring task. Do you want to modify all pending recurrences of this same task?"
@ -66,7 +65,7 @@ int CmdModify::execute (std::string&)
filter.subset (filtered);
if (filtered.size () == 0)
{
context.footnote (STRING_FEEDBACK_NO_TASKS_SP);
context.footnote ("No tasks specified.");
return 1;
}