inspection.application.initializing.project=Initializing project...
inspection.application.directory.cannot.be.found=Directory {0} cannot be found
inspection.application.project.has.older.format.and.will.be.converted=Project has an older format and will be converted.
-inspection.application.project.was.succesfully.converted.old.project.files.were.saved.to.0=Project was succesfully converted. Old project files were saved to {0}
+inspection.application.project.was.successfully.converted.old.project.files.were.saved.to.0=Project was converted successfully. Old project files were saved to {0}
inspection.application.cannot.convert.project.0=Cannot convert project: {0}
inspection.application.cannot.convert.the.project.the.following.files.are.read.only.0=Cannot convert the project. The following files are read only: {0}
@Override
public void successfullyConverted(@NotNull Path backupDir) {
reportMessage(1, InspectionsBundle.message(
- "inspection.application.project.was.succesfully.converted.old.project.files.were.saved.to.0",
+ "inspection.application.project.was.successfully.converted.old.project.files.were.saved.to.0",
backupDir.toString()));
}