mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
l10n: Eliminated STRING_CMD_START_*
This commit is contained in:
parent
5f6f61c591
commit
5a3d5f536d
11 changed files with 7 additions and 89 deletions
|
@ -31,7 +31,6 @@
|
|||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <util.h>
|
||||
#include <i18n.h>
|
||||
#include <Command.h>
|
||||
#include <main.h>
|
||||
|
||||
|
@ -190,7 +189,7 @@ void Command::factory (std::map <std::string, Command*>& all)
|
|||
{
|
||||
// Make sure a custom report does not clash with a built-in command.
|
||||
if (all.find (report) != all.end ())
|
||||
throw format (STRING_CMD_CONFLICT, report);
|
||||
throw format ("Custom report '{1}' conflicts with built-in task command.", report);
|
||||
|
||||
c = new CmdCustom (
|
||||
report,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue