mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
insert comment
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user