diff --git a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java index 814b76ee18..aa0e158794 100755 --- a/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java +++ b/Core/src/org/sleuthkit/autopsy/modules/photoreccarver/PhotoRecCarverFileIngestModule.java @@ -389,7 +389,7 @@ final class PhotoRecCarverFileIngestModule implements FileIngestModule { if (false == FileUtil.arePermissionsAppropriate(path)) { throw new IngestModule.IngestModuleException( NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficient") - + SEP + path.toString() + SEP // SEP breaks lines to the dialog displays nicely. + + SEP + path.toString() + SEP // SEP is line breaks to make the dialog display nicely. + NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficientSeeReference")); } }