plugintool: typo: backgound -> background

This commit is contained in:
vgmoose 2019-04-14 18:12:08 -04:00 committed by GitHub
parent 49c2010b63
commit 1f448e8ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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