// =========================================================================== // 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 "Close" m_dynDeleteAttrWin.kClose; displayString -replace -value "Delete" m_dynDeleteAttrWin.kDelete; displayString -replace -value "Delete Attribute: ^1s..." m_dynDeleteAttrWin.kDeleteAttribTitle; displayString -replace -value "Delete Attribute" m_dynDeleteAttrWin.kDeleteAttribute; displayString -replace -value "No objects selected." m_dynDeleteAttrWin.kNoObjectsSelected; displayString -replace -value "Delete Attribute: Nothing is selected" m_dynDeleteAttrWin.kNothingSelected; displayString -replace -value "OK" m_dynDeleteAttrWin.kOK; displayString -replace -value "Delete Attribute: ^1s" m_dynDeleteAttrWin.kWindowTitle;