// =========================================================================== // 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 "All" m_performSearchReplaceNames.kAll; displayString -replace -value "Hierarchy" m_performSearchReplaceNames.kHierarchy; displayString -replace -value "Replace" m_performSearchReplaceNames.kReplace; displayString -replace -value "Replace with:" m_performSearchReplaceNames.kReplaceWith; displayString -replace -value "Search for:" m_performSearchReplaceNames.kSearchFor; displayString -replace -value "Search Replace Options" m_performSearchReplaceNames.kSearchReplaceOptions; displayString -replace -value "Selected" m_performSearchReplaceNames.kSelected; displayString -replace -value "Specify which scene objects will be renamed" m_performSearchReplaceNames.kSpecifySceneObjectAnnot; displayString -replace -value "Must enter a valid search and replace string." m_performSearchReplaceNames.kValidSearchError;