mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
insert comment
This commit is contained in:
parent
a96124952c
commit
3ce23e8b1d
@ -389,7 +389,7 @@ final class PhotoRecCarverFileIngestModule implements FileIngestModule {
|
|||||||
if (false == FileUtil.arePermissionsAppropriate(path)) {
|
if (false == FileUtil.arePermissionsAppropriate(path)) {
|
||||||
throw new IngestModule.IngestModuleException(
|
throw new IngestModule.IngestModuleException(
|
||||||
NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficient")
|
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"));
|
+ NbBundle.getMessage(PhotoRecCarverFileIngestModule.class, "PhotoRecIngestModule.PermissionsNotSufficientSeeReference"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user