diff options
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 1c8f0b2131..81cbe0616d 100644 --- a/src/plugins/cppcheck/cppcheckoptions.cpp +++ b/src/plugins/cppcheck/cppcheckoptions.cpp @@ -60,7 +60,7 @@ public: m_portability(new QCheckBox(tr("Portability"), this)), m_information(new QCheckBox(tr("Information"), this)), m_unusedFunction(new QCheckBox(tr("Unused functions"), this)), - m_missingInclude(new QCheckBox(tr("Missing include"), this)), + m_missingInclude(new QCheckBox(tr("Missing includes"), this)), m_inconclusive(new QCheckBox(tr("Inconclusive errors"), this)), m_forceDefines(new QCheckBox(tr("Check all define combinations"), this)), m_showOutput(new QCheckBox(tr("Show raw output"), this)), |