mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
Merge remote-tracking branch 'origin/GT-2837_ryanmkurtz_PR-431_vgmoose_typo'
This commit is contained in:
commit
6a57aa53aa
@ -1381,7 +1381,7 @@ public abstract class PluginTool extends AbstractDockingTool
|
||||
if (taskMgr.hasTasksForDomainObject(dObj)) {
|
||||
Msg.showInfo(getClass(), getToolFrame(), "Close " + dObj.getName() + " Failed",
|
||||
"The tool is currently working in the background on " + dObj.getName() +
|
||||
".\nPlease stop the backgound processing first.");
|
||||
".\nPlease stop the background processing first.");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user