From 11893271bade2ec18fec575434d0b0a8d471f3b1 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 28 Jul 2017 09:25:53 +0200 Subject: [PATCH] Extensionsystem: Add a full stop to the end of error message Change-Id: I8cf154434ed757861bf43de68ea9b6625cd6db4c Reviewed-by: Eike Ziller --- src/libs/extensionsystem/pluginspec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/extensionsystem/pluginspec.cpp b/src/libs/extensionsystem/pluginspec.cpp index 98ab0f8a021..8fd64007a29 100644 --- a/src/libs/extensionsystem/pluginspec.cpp +++ b/src/libs/extensionsystem/pluginspec.cpp @@ -780,7 +780,7 @@ bool PluginSpecPrivate::readMetaData(const QJsonObject &pluginMetaData) } else if (typeValue.toLower() == QLatin1String(DEPENDENCY_TYPE_TEST)) { dep.type = PluginDependency::Test; } else { - return reportError(tr("Dependency: \"%1\" must be \"%2\" or \"%3\" (is \"%4\")") + return reportError(tr("Dependency: \"%1\" must be \"%2\" or \"%3\" (is \"%4\").") .arg(QLatin1String(DEPENDENCY_TYPE), QLatin1String(DEPENDENCY_TYPE_HARD), QLatin1String(DEPENDENCY_TYPE_SOFT),