l10n removal of STRING_UNKNOWN_ERROR

This commit is contained in:
Paul Beckingham
2018-01-07 12:57:21 -05:00
parent f24ea5e56c
commit 798cd5b658
12 changed files with 5 additions and 15 deletions

View File

@@ -595,7 +595,7 @@ int Context::initialize (int argc, const char** argv)
catch (...)
{
error (STRING_UNKNOWN_ERROR);
error ("Unknown error. Please report.");
rc = 3;
}
@@ -708,7 +708,7 @@ int Context::run ()
catch (...)
{
error (STRING_UNKNOWN_ERROR);
error ("Unknown error. Please report.");
rc = 3;
}