// =========================================================================== // 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 "Center Pivot" m_menu_PA_Style_MMB.kCenterPivot; displayString -replace -value "Duplicate" m_menu_PA_Style_MMB.kDuplicate; displayString -replace -value "Group" m_menu_PA_Style_MMB.kGroup; displayString -replace -value "Rotate" m_menu_PA_Style_MMB.kRotate; displayString -replace -value "Scale" m_menu_PA_Style_MMB.kScale; displayString -replace -value "Show Manipulator" m_menu_PA_Style_MMB.kShowManipulator; displayString -replace -value "Translate" m_menu_PA_Style_MMB.kTranslate; displayString -replace -value "Ungroup" m_menu_PA_Style_MMB.kUngroup;