Skip to content

Commit

Permalink
Crowdin: better message if getting error text fails
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed May 1, 2023
1 parent 763e005 commit ced3593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crowdin_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class CrowdinClient::crowdin_http_client : public http_client
catch (...)
{
std::string msg;
msg = _("JSON request error").utf8_str();
msg = _("Unknown Crowdin error.").utf8_str();
return msg;
}
}
Expand Down

0 comments on commit ced3593

Please sign in to comment.