mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n removal of STRING_UNKNOWN_ERROR
This commit is contained in:
parent
6a97188084
commit
0b790f46a1
12 changed files with 5 additions and 15 deletions
|
@ -969,7 +969,7 @@ void CLI2::categorizeArgs ()
|
|||
cmd->accepts_miscellaneous ())
|
||||
{
|
||||
// Error: internally inconsistent.
|
||||
throw std::string (STRING_UNKNOWN_ERROR);
|
||||
throw std::string ("Unknown error. Please report.");
|
||||
}
|
||||
else if (cmd &&
|
||||
cmd->accepts_filter () &&
|
||||
|
@ -1009,7 +1009,7 @@ void CLI2::categorizeArgs ()
|
|||
cmd->accepts_miscellaneous ())
|
||||
{
|
||||
// Error: internally inconsistent.
|
||||
throw std::string (STRING_UNKNOWN_ERROR);
|
||||
throw std::string ("Unknown error. Please report.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue