diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-04 00:44:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-04 00:44:26 +0200 |
commit | 05f2145badc46a9a082878ebf0c02cdb1c7ece66 (patch) | |
tree | acac87e0c04190e438366eda5445de3dcc4654b6 /src/webpage.cpp | |
parent | Add comment="KDE::DoNotExtract" to names of the form. (diff) | |
download | rekonq-05f2145badc46a9a082878ebf0c02cdb1c7ece66.tar.xz |
i18n fixes
Andrew Coles's patch. Thanks :)
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") ); } |