diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2018-10-19 13:08:42 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2018-10-19 11:55:42 +0000 |
commit | cacc0bf9e7a52274fdedf50841b56065aec00ef7 (patch) | |
tree | 6b25a4835d91beb63453bd4ec0a6cc2d61f93b55 /src/plugins/cppcheck/cppcheckoptions.cpp | |
parent | 22547c1ca4611781f3ea34bda3f99a14ce9ef130 (diff) | |
download | qt-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.cpp | 2 |
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.")); |