// =========================================================================== // 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 "Invalid selection." m_manipRotateOrient.kInvalidSelection; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient rotate manipulator." m_manipRotateOrient.kNoSelection; displayString -replace -value "Orient Rotate Manipulator" m_manipRotateOrient.kOrientRotateManipAlignWith; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient rotate manipulator." m_manipRotateOrient.kOrientRotateManipComponentNoSelectErr; displayString -replace -value "Select component to orient rotate manipulator axis" m_manipRotateOrient.kOrientRotateManipComponentPrompt; displayString -replace -value "Orient Rotate Manipulator" m_manipRotateOrient.kOrientRotateManipComponentScaleTo; displayString -replace -value "Select edge to orient rotate manipulator axis with" m_manipRotateOrient.kOrientRotateManipEdge; displayString -replace -value "Select face to orient rotate manipulator axis with" m_manipRotateOrient.kOrientRotateManipFace; displayString -replace -value "Nothing is selected. Select any object(s) component(s) in order to orient rotate manipulator." m_manipRotateOrient.kOrientRotateManipNoSelectErr; displayString -replace -value "Select an object to orient rotate manipulator axis" m_manipRotateOrient.kOrientRotateManipObjectPrompt; displayString -replace -value "Select point to orient rotate manipulator axis" m_manipRotateOrient.kOrientRotateManipPointPrompt; displayString -replace -value "Orient Rotate Manipulator" m_manipRotateOrient.kOrientRotateManipScaleTo;