// =========================================================================== // 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 "Add Surfaces" m_AEswitchControlTemplate.kAddSurfaces; displayString -replace -value "Map Item" m_AEswitchControlTemplate.kMapItem; displayString -replace -value "There are no more surfaces to add to ^1s, they have already been added" m_AEswitchControlTemplate.kNoMoreSurface; displayString -replace -value "^1s is not connected to a shading group, unable to add surfaces" m_AEswitchControlTemplate.kNotConnected; displayString -replace -value "Remove Item" m_AEswitchControlTemplate.kRemoveItem;