// =========================================================================== // 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 "Delete" m_shelfButtonPMO.kDeleteMenuItem; displayString -replace -value "Delete this shelf button" m_shelfButtonPMO.kDeleteMenuItemAnnot; displayString -replace -value "Edit" m_shelfButtonPMO.kEditMenuItem; displayString -replace -value "Edit this button's command in the shelf editor" m_shelfButtonPMO.kEditMenuItemAnnot; displayString -replace -value "Edit Popup" m_shelfButtonPMO.kEditPopupMenuItem; displayString -replace -value "Edit this button's RMB popup menu in the shelf editor" m_shelfButtonPMO.kEditPopupMenuItemAnnot; displayString -replace -value "Open" m_shelfButtonPMO.kOpenMenuItem; displayString -replace -value "Open the shelf editor at this button" m_shelfButtonPMO.kOpenMenuItemAnnot;