From cacc0bf9e7a52274fdedf50841b56065aec00ef7 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 19 Oct 2018 13:08:42 +0200 Subject: [PATCH] Cppcheck: Add missing space to translatable string Change-Id: I87924a6b8dddf51d7dafae88176686746417acd5 Reviewed-by: Orgad Shaneh --- src/plugins/cppcheck/cppcheckoptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cppcheck/cppcheckoptions.cpp b/src/plugins/cppcheck/cppcheckoptions.cpp index 3c16ccfd56a..de81af7535d 100644 --- a/src/plugins/cppcheck/cppcheckoptions.cpp +++ b/src/plugins/cppcheck/cppcheckoptions.cpp @@ -71,7 +71,7 @@ public: variableChooser->addSupportedWidget (m_customArguments); m_unusedFunction->setToolTip(tr("Disables multithreaded check.")); - m_ignorePatterns->setToolTip(tr("Comma-separated wildcards of full file paths." + m_ignorePatterns->setToolTip(tr("Comma-separated wildcards of full file paths. " "Files still can be checked if others include them.")); m_addIncludePaths->setToolTip(tr("Can find missing includes but makes " "checking slower. Use only when needed."));