// =========================================================================== // 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 "Warning: Nodes with illegal names were detected. They will not be supported in \nfuture versions of Maya." m_illegalNameDialog.kIllegalNameWarning; displayString -replace -value "Illegal Node Names" m_illegalNameDialog.kIllegalNodeName; displayString -replace -value "List Nodes" m_illegalNameDialog.kListNodes; displayString -replace -value "More Info..." m_illegalNameDialog.kMoreInfo; displayString -replace -value "Do not show this message again." m_illegalNameDialog.kNoMoreWarning; displayString -replace -value "OK" m_illegalNameDialog.kOK;