summaryrefslogtreecommitdiff
path: root/src/plugins/help/qtwebkithelpviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/qtwebkithelpviewer.cpp')
-rw-r--r--src/plugins/help/qtwebkithelpviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/qtwebkithelpviewer.cpp b/src/plugins/help/qtwebkithelpviewer.cpp
index ec42c79d4b..316a6e8dfa 100644
--- a/src/plugins/help/qtwebkithelpviewer.cpp
+++ b/src/plugins/help/qtwebkithelpviewer.cpp
@@ -212,7 +212,7 @@ void HelpPage::onHandleUnsupportedContent(QNetworkReply *reply)
}
// set a default error string we are going to display
- QString errorString = HelpViewer::tr("Unknown or unsupported content!");
+ QString errorString = HelpViewer::tr("Unknown or unsupported content.");
if (reply->error() == QNetworkReply::NoError) {
// try to open the url using using the desktop service
if (QDesktopServices::openUrl(reply->url())) {