summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck/cppcheckoptions.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-19 13:08:42 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-19 11:55:42 +0000
commitcacc0bf9e7a52274fdedf50841b56065aec00ef7 (patch)
tree6b25a4835d91beb63453bd4ec0a6cc2d61f93b55 /src/plugins/cppcheck/cppcheckoptions.cpp
parent22547c1ca4611781f3ea34bda3f99a14ce9ef130 (diff)
downloadqt-creator-cacc0bf9e7a52274fdedf50841b56065aec00ef7.tar.gz
Cppcheck: Add missing space to translatable string
Change-Id: I87924a6b8dddf51d7dafae88176686746417acd5 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cppcheck/cppcheckoptions.cpp')
-rw-r--r--src/plugins/cppcheck/cppcheckoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppcheck/cppcheckoptions.cpp b/src/plugins/cppcheck/cppcheckoptions.cpp
index 3c16ccfd56..de81af7535 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."));