diff --git a/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties b/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
index 4869a1f9db93..5ceb7e183173 100644
--- a/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
+++ b/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
@@ -951,8 +951,8 @@ throw.caught.locally.problem.descriptor=#ref caught by containing '
throw.caught.locally.ignore.option=Ignore rethrown exceptions
return.from.finally.block.problem.descriptor=#ref inside 'finally' block #loc
continue.or.break.from.finally.block.problem.descriptor=#ref inside 'finally' block #loc
-bad.exception.declared.problem.descriptor=Prohibited exception #ref declared. #loc
-bad.exception.caught.problem.descriptor=Prohibited exception #ref caught. #loc
+bad.exception.declared.problem.descriptor=Prohibited exception #ref declared #loc
+bad.exception.caught.problem.descriptor=Prohibited exception #ref caught #loc
checked.exception.class.problem.descriptor=Checked exception class #ref #loc
unchecked.exception.class.problem.descriptor=Unchecked exception class #ref #loc
thread.death.rethrown.problem.descriptor=#ref not rethrown #loc