diff --git a/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties b/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
index 3b1e86ccbe8e..c4d8363491a4 100644
--- a/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
+++ b/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties
@@ -7,7 +7,6 @@ class.references.subclass.display.name=Class references one of its subclasses
class.references.subclass.problem.descriptor=Class ''{0}'' references subclass #ref #loc
class.references.subclass.problem.descriptor.anonymous=Anonymous class references subclass #ref #loc
collection.declared.by.class.display.name=Collection declared by class, not interface
-#{0} - name of the interface
collection.declared.by.class.problem.descriptor=Declaration of #ref should probably be weakened to ''{0}'' #loc
collection.declared.by.class.ignore.locals.option=Ignore local variables
collection.declared.by.class.ignore.private.members.option=Ignore private fields and methods
@@ -188,9 +187,7 @@ redundant.local.variable.annotation.option=Ignore variables which have an annota
static.collection.display.name=Static collection
static.collection.problem.descriptor=Static collection #ref #loc
static.collection.ignore.option=Ignore weak static collections or maps
-#field of type java.lang.StringBuffer
stringbuffer.field.display.name=StringBuffer field
-#{0} - concrete field type
stringbuffer.field.problem.descriptor=''{0}'' field #ref #loc
gc.call.display.name=Calls to 'System.gc()' or 'Runtime.gc()'
gc.call.problem.descriptor=#ref should not be called in production code #loc
@@ -1401,7 +1398,6 @@ non.boolean.method.name.must.not.start.with.question.display.name=Non-boolean me
non.boolean.method.name.must.not.start.with.question.problem.descriptor=Non-boolean method name #ref starts with a question word #loc
boolean.constructor.simplify.quickfix=Simplify
unnecessary.temporary.on.conversion.from.string.problem.descriptor=#ref #loc can be simplified to ''{0}''
-# 0 - replacement exception
unnecessary.temporary.on.conversion.from.string.fix.name=Replace with ''{0}''
only.report.qualified.static.usages.option=Only report qualified static access from a static context
unqualified,static.usage.only.report.static.usages.option=Only report static access from a non-static context