summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html b/plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html
index 827ef4f29c54..feeb593c8a5d 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/EnumSwitchStatementWhichMissesCases.html
@@ -4,8 +4,7 @@ Reports <b>switch</b> statements
over enumerated types which do not include all of the enumerated type's elements as cases.
<!-- tooltip end -->
<p>
-Use the check box below to let this inspection ignore <b>switch</b>
-statements which include a <b>default</b> branch.
+Use the checkbox below to ignore <b>switch</b> statements which have a <b>default</b> branch.
<p>
<small>Powered by InspectionGadgets</small>
</body>