summaryrefslogtreecommitdiff
path: root/src/assistant/assistant
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant')
-rw-r--r--src/assistant/assistant/aboutdialog.cpp2
-rw-r--r--src/assistant/assistant/helpbrowsersupport.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/assistant/assistant/aboutdialog.cpp b/src/assistant/assistant/aboutdialog.cpp
index 6ab795ab3..d599489e2 100644
--- a/src/assistant/assistant/aboutdialog.cpp
+++ b/src/assistant/assistant/aboutdialog.cpp
@@ -88,7 +88,7 @@ void AboutLabel::setSource(const QUrl &url)
|| !HelpViewer::canOpenPage(url.path()))) {
if (!QDesktopServices::openUrl(url)) {
QMessageBox::warning(this, tr("Warning"),
- tr("Unable to launch external application.\n"), tr("OK"));
+ tr("Unable to launch external application."), tr("OK"));
}
}
}
diff --git a/src/assistant/assistant/helpbrowsersupport.cpp b/src/assistant/assistant/helpbrowsersupport.cpp
index 746cef82f..1fcf2453c 100644
--- a/src/assistant/assistant/helpbrowsersupport.cpp
+++ b/src/assistant/assistant/helpbrowsersupport.cpp
@@ -61,7 +61,7 @@ QString HelpBrowserSupport::msgError404()
QString HelpBrowserSupport::msgPageNotFound()
{
- return QCoreApplication::translate("HelpViewer", "The page could not be found!");
+ return QCoreApplication::translate("HelpViewer", "The page could not be found");
}
QString HelpBrowserSupport::msgAllDocumentationSets()