diff --git a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties index 2fec25829262..f765cb5ed21b 100644 --- a/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties +++ b/plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/InspectionGadgetsBundle.properties @@ -1148,7 +1148,7 @@ standard.variable.names.ignore.override.option=Ignore for parameter names identi static.variable.naming.convention.mutable.option=Check 'static final' fields with a mutable type boolean.method.name.must.start.with.question.table.column.name=Boolean method name prefix conditional.expression.with.identical.branches.collapse.quickfix=Collapse conditional expression -conditional.expression.with.identical.branches.collapse.quickfix.family=\u0421onditional expression can be simplified +conditional.expression.with.identical.branches.collapse.quickfix.family=Conditional expression can be simplified confusing.else.unwrap.quickfix=Remove redundant 'else' constant.conditional.expression.problem.descriptor=#ref can be simplified to ''{0}'' #loc constant.conditional.expression.simplify.quickfix=Simplify diff --git a/resources-en/src/inspectionDescriptions/BlockMarkerComments.html b/resources-en/src/inspectionDescriptions/BlockMarkerComments.html index a101cf2e3a06..8fc8aaef9378 100644 --- a/resources-en/src/inspectionDescriptions/BlockMarkerComments.html +++ b/resources-en/src/inspectionDescriptions/BlockMarkerComments.html @@ -1,18 +1,3 @@ - This inspection reports comments which are code block markers