mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 01:37:43 +00:00
6558 rename warning message about incomplete results
This commit is contained in:
parent
87629c2685
commit
9d1524d709
@ -186,7 +186,7 @@ GroupsListPanel.noResults.title.text=No results found
|
|||||||
ImageThumbnailPanel.isDeleted.text=All instances of file are deleted.
|
ImageThumbnailPanel.isDeleted.text=All instances of file are deleted.
|
||||||
# {0} - otherInstanceCount
|
# {0} - otherInstanceCount
|
||||||
ImageThumbnailPanel.nameLabel.more.text=\ and {0} more
|
ImageThumbnailPanel.nameLabel.more.text=\ and {0} more
|
||||||
OpenDiscoveryAction.resultsIncomplete.text=Results may be incomplete
|
OpenDiscoveryAction.resultsIncomplete.text=Discovery results may be incomplete
|
||||||
ResultFile.score.interestingResult.description=At least one instance of the file has an interesting result associated with it.
|
ResultFile.score.interestingResult.description=At least one instance of the file has an interesting result associated with it.
|
||||||
ResultFile.score.notableFile.description=At least one instance of the file was recognized as notable.
|
ResultFile.score.notableFile.description=At least one instance of the file was recognized as notable.
|
||||||
ResultFile.score.notableTaggedFile.description=At least one instance of the file is tagged with a notable tag.
|
ResultFile.score.notableTaggedFile.description=At least one instance of the file is tagged with a notable tag.
|
||||||
|
@ -62,7 +62,7 @@ public final class OpenDiscoveryAction extends CallableSystemAction implements P
|
|||||||
return Case.isCaseOpen();
|
return Case.isCaseOpen();
|
||||||
}
|
}
|
||||||
|
|
||||||
@NbBundle.Messages({"OpenDiscoveryAction.resultsIncomplete.text=Results may be incomplete"})
|
@NbBundle.Messages({"OpenDiscoveryAction.resultsIncomplete.text=Discovery results may be incomplete"})
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void performAction() {
|
public void performAction() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user