diff --git a/src/plugins/cpptools/cpptoolsplugin.cpp b/src/plugins/cpptools/cpptoolsplugin.cpp index debda7972c1..c788e17ab80 100644 --- a/src/plugins/cpptools/cpptoolsplugin.cpp +++ b/src/plugins/cpptools/cpptoolsplugin.cpp @@ -190,7 +190,7 @@ bool CppToolsPlugin::initialize(const QStringList &arguments, QString *error) tr("The license template."), [this]() { return CppToolsPlugin::licenseTemplate(); }); Core::VariableManager::registerFileVariables("Cpp:LicenseTemplatePath", - tr("The configured path to the license template."), + tr("The configured path to the license template"), [this]() { return CppToolsPlugin::licenseTemplatePath().toString(); }); return true;