mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
minor update to message
This commit is contained in:
parent
4568805fd8
commit
7a7f72b9d5
@ -49,7 +49,7 @@ import org.sleuthkit.datamodel.TskException;
|
|||||||
public class DataContentViewerArtifact extends javax.swing.JPanel implements DataContentViewer{
|
public class DataContentViewerArtifact extends javax.swing.JPanel implements DataContentViewer{
|
||||||
|
|
||||||
private final static Logger logger = Logger.getLogger(DataContentViewerArtifact.class.getName());
|
private final static Logger logger = Logger.getLogger(DataContentViewerArtifact.class.getName());
|
||||||
private final static String WAIT_TEXT = "Preparing display, please wait...";
|
private final static String WAIT_TEXT = "Retrieving and preparing data, please wait...";
|
||||||
private final static String ERROR_TEXT = "Error retrieving result";
|
private final static String ERROR_TEXT = "Error retrieving result";
|
||||||
private Node currentNode; // @@@ Remove this when the redundant setNode() calls problem is fixed.
|
private Node currentNode; // @@@ Remove this when the redundant setNode() calls problem is fixed.
|
||||||
private int currentPage = 1;
|
private int currentPage = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user