// =========================================================================== // 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 "Cancel" m_addAEFilters.kCancel; displayString -replace -value "Are you sure you want to add a filter for the following node type(s): ^1s?" m_addAEFilters.kConfirmFmt; displayString -replace -value "None of the nodes selected had a type for which a filter needed to be added; none added" m_addAEFilters.kNoNewFilterTypes; displayString -replace -value "Yes" m_addAEFilters.kYes;