mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
Fix bundle names.
This commit is contained in:
parent
44837e905f
commit
6ae82a69bc
@ -347,9 +347,9 @@ public final class SearchRunner {
|
|||||||
logger.log(Level.INFO, "Pending start of new searcher");
|
logger.log(Level.INFO, "Pending start of new searcher");
|
||||||
}
|
}
|
||||||
|
|
||||||
final String displayName = NbBundle.getMessage(this.getClass(), "SearchRunner.doInBackGround.displayName")
|
final String displayName = NbBundle.getMessage(this.getClass(), "KeywordSearchIngestModule.doInBackGround.displayName")
|
||||||
+ (finalRun ? (" - " + NbBundle.getMessage(this.getClass(), "SearchRunner.doInBackGround.finalizeMsg")) : "");
|
+ (finalRun ? (" - " + NbBundle.getMessage(this.getClass(), "KeywordSearchIngestModule.doInBackGround.finalizeMsg")) : "");
|
||||||
final String pgDisplayName = displayName + (" (" + NbBundle.getMessage(this.getClass(), "SearchRunner.doInBackGround.pendingMsg") + ")");
|
final String pgDisplayName = displayName + (" (" + NbBundle.getMessage(this.getClass(), "KeywordSearchIngestModule.doInBackGround.pendingMsg") + ")");
|
||||||
progressGroup = AggregateProgressFactory.createSystemHandle(pgDisplayName, null, new Cancellable() {
|
progressGroup = AggregateProgressFactory.createSystemHandle(pgDisplayName, null, new Cancellable() {
|
||||||
@Override
|
@Override
|
||||||
public boolean cancel() {
|
public boolean cancel() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user