mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Merge branch '5422-SmallerSizeFilter' of https://github.com/wschaeferB/autopsy into 5423-DiscoveryThumbnailViewer
This commit is contained in:
commit
1389666cc2
@ -173,6 +173,6 @@ ResultsPanel.pageSizeLabel.text=Page size:
|
||||
ResultsPanel.instancesList.border.title=Instances
|
||||
SearchNode.getName.text=Search Result
|
||||
# {0} - numberOfInstances
|
||||
VideoThumbnailPanel.countLabel.text=Numbber of Instances: {0}
|
||||
VideoThumbnailPanel.countLabel.text=Number of Instances: {0}
|
||||
# {0} - fileSize
|
||||
VideoThumbnailPanel.sizeLabel.text=Size: {0} bytes
|
||||
|
@ -138,7 +138,7 @@ final class VideoThumbnailPanel extends javax.swing.JPanel implements ListCellRe
|
||||
@Messages({"# {0} - fileSize",
|
||||
"VideoThumbnailPanel.sizeLabel.text=Size: {0} bytes",
|
||||
"# {0} - numberOfInstances",
|
||||
"VideoThumbnailPanel.countLabel.text=Numbber of Instances: {0}"})
|
||||
"VideoThumbnailPanel.countLabel.text=Number of Instances: {0}"})
|
||||
@Override
|
||||
public Component getListCellRendererComponent(JList<? extends VideoThumbnailsWrapper> list, VideoThumbnailsWrapper value, int index, boolean isSelected, boolean cellHasFocus) {
|
||||
fileSizeLabel.setText(Bundle.VideoThumbnailPanel_sizeLabel_text(value.getResultFile().getFirstInstance().getSize()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user