diff --git a/src/network/networkmanager.cpp b/src/network/networkmanager.cpp index 31df88e82..45920564f 100644 --- a/src/network/networkmanager.cpp +++ b/src/network/networkmanager.cpp @@ -128,7 +128,7 @@ void NetworkManager::sslError(QNetworkReply* reply, QList errors) } QString title = tr("SSL Certificate Error!"); - QString text1 = tr("The page you trying to access has following errors in SSL Certificate:"); + QString text1 = tr("The page you are trying to access has the following errors in the SSL certificate:"); QString certs; @@ -152,7 +152,7 @@ void NetworkManager::sslError(QNetworkReply* reply, QList errors) certs.append(""); } - QString text2 = tr("Would you like to make exception for this certificate?"); + QString text2 = tr("Would you like to make an exception for this certificate?"); QString message = QString("%1

%2

%3

%4

").arg(title, text1, certs, text2); if (!certs.isEmpty()) {