mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +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
|
@ -28,7 +28,6 @@
|
|||
#include <iostream>
|
||||
#include <new>
|
||||
#include <cstring>
|
||||
#include <i18n.h>
|
||||
#include <Context.h>
|
||||
|
||||
Context context;
|
||||
|
@ -66,7 +65,7 @@ int main (int argc, const char** argv)
|
|||
|
||||
catch (...)
|
||||
{
|
||||
std::cerr << STRING_UNKNOWN_ERROR << "\n";
|
||||
std::cerr << "Unknown error. Please report.\n";
|
||||
status = -2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue