Merge remote-tracking branch 'origin/GT-2837_ryanmkurtz_PR-431_vgmoose_typo'

This commit is contained in:
ghidravore 2019-05-02 16:16:01 -04:00
commit 6a57aa53aa

View File

@ -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;
}