mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_RECUR_CREATE
This commit is contained in:
parent
3e3ed5446c
commit
6bd9c46c8c
10 changed files with 1 additions and 28 deletions
|
@ -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")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue