l10n removal of STRING_UNKNOWN_ERROR
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user