mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
change message
This commit is contained in:
@@ -188,7 +188,8 @@ class KeywordSearchListsViewerPanel extends AbstractKeywordSearchPerformer {
|
||||
ingestRunning = true;
|
||||
searchAddButton.setText("Add to Ingest");
|
||||
listsTableModel.resync();
|
||||
ingestIndexLabel.setText("Ingest is ongoing. Results will appear as the index is populated.");
|
||||
ingestIndexLabel.setText("Files Indexed: " + filesIndexed
|
||||
+ " (ingest is ongoing)");
|
||||
} else {
|
||||
ingestRunning = false;
|
||||
searchAddButton.setText("Search");
|
||||
|
||||
Reference in New Issue
Block a user