IDEA-94838 "optimize imports of the fly" - change the inspection name

This commit is contained in:
Alexey Kudravtsev
2012-11-15 17:30:13 +04:00
parent 93dea93782
commit 843eaf46da
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// "Enable 'Settings|Code Style|Imports|Optimize Imports On The Fly'" "true"
// "Enable 'Settings|Code Style|Imports|Optimize imports on the fly'" "true"
import java.lang.String<caret>;
class c {}
@@ -102,7 +102,7 @@ delete.catch.family=Delete Catch
delete.catch.text=Delete catch for ''{0}''
delete.body.family=Delete Body
delete.body.text=Delete Body
enable.optimize.imports.on.the.fly=Enable 'Settings|Code Style|Imports|Optimize Imports On The Fly'
enable.optimize.imports.on.the.fly=Enable 'Settings|Code Style|Imports|Optimize imports on the fly'
generalize.catch.family=Generalize Catch
generalize.catch.text=Generalize catch for ''{0}'' to ''{1}''
generify.family=Generify File