diff options
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index d606c784..c859b5c9 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -399,7 +399,7 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply) kDebug() << "no service can handle this. We can just download it.."; isLocal - ? KMessageBox::sorry(view(), i18n("No service can handle this :(")) + ? KMessageBox::sorry(view(), i18n("No service can handle this file.")) : downloadReply(reply, suggestedFileName); return; @@ -677,7 +677,7 @@ void WebPage::showSSLInfo(QPoint) else { KMessageBox::information(view(), - i18n("This site doesn't contain SSL information."), + i18n("This site does not contain SSL information."), i18nc("Secure Sockets Layer", "SSL") ); } |