l10n: Eliminated STRING_RECUR_CREATE

This commit is contained in:
Paul Beckingham 2018-01-17 21:19:11 -05:00
parent 3e3ed5446c
commit 6bd9c46c8c
10 changed files with 1 additions and 28 deletions

View file

@ -136,7 +136,7 @@ void handleRecurrence ()
context.tdb2.modify (t);
if (context.verbose ("recur"))
context.footnote (format (STRING_RECUR_CREATE, t.get ("description")));
context.footnote (format ("Creating recurring task instance '{1}'", t.get ("description")));
}
}
}