mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
5423 fix typo with word number
This commit is contained in:
parent
1389666cc2
commit
cad50a5c17
@ -118,7 +118,7 @@ FileSorter.SortingMethod.frequency.displayName=By central repo frequency
|
|||||||
FileSorter.SortingMethod.keywordlist.displayName=By keyword list names
|
FileSorter.SortingMethod.keywordlist.displayName=By keyword list names
|
||||||
FileSorter.SortingMethod.parent.displayName=By parent path
|
FileSorter.SortingMethod.parent.displayName=By parent path
|
||||||
# {0} - numberOfInstances
|
# {0} - numberOfInstances
|
||||||
ImageThumbnailPanel.countLabel.text=Numbber of Instances: {0}
|
ImageThumbnailPanel.countLabel.text=Number of Instances: {0}
|
||||||
# {0} - fileSize
|
# {0} - fileSize
|
||||||
ImageThumbnailPanel.sizeLabel.text=Size: {0} bytes
|
ImageThumbnailPanel.sizeLabel.text=Size: {0} bytes
|
||||||
ResultsDialog.dialogTitle.text=File search results
|
ResultsDialog.dialogTitle.text=File search results
|
||||||
|
@ -94,7 +94,7 @@ public class ImageThumbnailPanel extends javax.swing.JPanel implements ListCellR
|
|||||||
@NbBundle.Messages({"# {0} - fileSize",
|
@NbBundle.Messages({"# {0} - fileSize",
|
||||||
"ImageThumbnailPanel.sizeLabel.text=Size: {0} bytes",
|
"ImageThumbnailPanel.sizeLabel.text=Size: {0} bytes",
|
||||||
"# {0} - numberOfInstances",
|
"# {0} - numberOfInstances",
|
||||||
"ImageThumbnailPanel.countLabel.text=Numbber of Instances: {0}"})
|
"ImageThumbnailPanel.countLabel.text=Number of Instances: {0}"})
|
||||||
@Override
|
@Override
|
||||||
public Component getListCellRendererComponent(JList<? extends ImageThumbnailWrapper> list, ImageThumbnailWrapper value, int index, boolean isSelected, boolean cellHasFocus) {
|
public Component getListCellRendererComponent(JList<? extends ImageThumbnailWrapper> list, ImageThumbnailWrapper value, int index, boolean isSelected, boolean cellHasFocus) {
|
||||||
fileSizeLabel.setText(Bundle.ImageThumbnailPanel_sizeLabel_text(value.getResultFile().getFirstInstance().getSize()));
|
fileSizeLabel.setText(Bundle.ImageThumbnailPanel_sizeLabel_text(value.getResultFile().getFirstInstance().getSize()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user