1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

change message

This commit is contained in:
adam-m
2012-10-11 16:09:10 -04:00
parent 8bda78913d
commit 70cb9f8f14

View File

@@ -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");