mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Typo fixed.
This commit is contained in:
parent
6f2e5f93f7
commit
1621bf74f1
@ -49,7 +49,7 @@ public class ImageFilePanel extends JPanel implements DocumentListener {
|
||||
|
||||
private static final Logger LOGGER = Logger.getLogger(ImageFilePanel.class.getName());
|
||||
private static final String PROP_LASTIMAGE_PATH = "LBL_LastImage_PATH"; //NON-NLS
|
||||
private static final String[] SECTOR_SIZE_CHOICES = {"Autodetect", "512", "1024", "2048", "4096"};
|
||||
private static final String[] SECTOR_SIZE_CHOICES = {"Auto Detect", "512", "1024", "2048", "4096"};
|
||||
|
||||
private final JFileChooser fileChooser = new JFileChooser();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user