Fix typos. Make ìTP untranslatable. Use American variation of words. Closes #3654.

This commit is contained in:
sledgehammer999 2015-09-04 22:56:08 +03:00
parent aa5fbd461f
commit 581d544f61
8 changed files with 19 additions and 15 deletions

View file

@ -221,7 +221,7 @@ QString errorCodeToString(QNetworkReply::NetworkError status)
case QNetworkReply::ProxyTimeoutError:
return QObject::tr("The connection to the proxy timed out or the proxy did not reply in time to the request sent");
case QNetworkReply::ProxyAuthenticationRequiredError:
return QObject::tr("The proxy requires authentication in order to honour the request but did not accept any credentials offered");
return QObject::tr("The proxy requires authentication in order to honor the request but did not accept any credentials offered");
case QNetworkReply::ContentAccessDenied:
return QObject::tr("The access to the remote content was denied (401)");
case QNetworkReply::ContentOperationNotPermittedError: