diff --git a/src/plugins/qmljstools/qmljsplugindumper.cpp b/src/plugins/qmljstools/qmljsplugindumper.cpp index f54d73251cf..921d8b994cc 100644 --- a/src/plugins/qmljstools/qmljsplugindumper.cpp +++ b/src/plugins/qmljstools/qmljsplugindumper.cpp @@ -222,9 +222,8 @@ void PluginDumper::dumpAllPlugins() static QString noTypeinfoError(const QString &libraryPath) { - return PluginDumper::tr("QML module at:\n" - "%1\n" - "does not contain information about components contained in plugins.\n" + return PluginDumper::tr("QML module does not contain information about components contained in plugins\n\n" + "Module path: %1\n" "See \"Using QML Modules with Plugins\" in the documentation.").arg( libraryPath); }