// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Objects selected could not be ghosted. Check the ghosting object type options." m_doGhost.kCheckGhostingObjectErr; displayString -replace -value "Objects selected could not be ghosted." m_doGhost.kCouldNotBeGhostedErr; displayString -replace -value "Select objects to be ghosted." m_doGhost.kSelectObjectsGhostedErr; displayString -replace -value "Select objects to be unghosted." m_doGhost.kSelectObjectsUnghostedErr; displayString -replace -value "Use Ghost Driver is on. Select a driver object, then driven objects." m_doGhost.kUseGhostDriverErr;