From 3ce23e8b1dc950ec9247108d71d8ed02433db1db Mon Sep 17 00:00:00 2001 From: Karl Mortensen Date: Mon, 4 Jan 2016 11:55:47 -0500 Subject: [PATCH] insert comment --- .../modules/photoreccarver/PhotoRecCarverFileIngestModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } }