// =========================================================================== // 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 "Cannot paint \'^1s\' on ^2s" m_artFluidAttrVerifyGrid.kCanNotPaint; displayString -replace -value "Cancel" m_artFluidAttrVerifyGrid.kCancel; displayString -replace -value "Dynamic Grid." m_artFluidAttrVerifyGrid.kDynamic; displayString -replace -value "either Dynamic or Static Grid." m_artFluidAttrVerifyGrid.kDynamicOrStatic; displayString -replace -value "In order to paint this attribute, you must first set it to ^1s." m_artFluidAttrVerifyGrid.kPaintAttributeMsg; displayString -replace -value "Set to Dynamic" m_artFluidAttrVerifyGrid.kSettoDynamic; displayString -replace -value "Set to Static" m_artFluidAttrVerifyGrid.kSettoStatic;