// =========================================================================== // 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 "Custom Workspaces" m_buildViewMenu.kCustomWorkspaces; displayString -replace -value "Reset \"^1s\" to Factory Default" m_buildViewMenu.kFactoryReset; displayString -replace -value "Factory Workspaces" m_buildViewMenu.kFactoryWorkspaces; displayString -replace -value "Disable Docking/Undocking" m_buildViewMenu.kLockWorkspaces; displayString -replace -value "Disable docking and undocking of windows and panels" m_buildViewMenu.kLockWorkspacesAnnot; displayString -replace -value "Reset \"^1s\" to Module Default" m_buildViewMenu.kModuleReset; displayString -replace -value "Module Workspaces" m_buildViewMenu.kModuleWorkspaces; displayString -replace -value "Reset \"^1s\" to Previously Saved" m_buildViewMenu.kUserReset; displayString -replace -value "Reset Current Workspace" m_buildViewMenu.kUserResetShort; displayString -replace -value "Workspace options" m_buildViewMenu.kWorkspaceLayoutOptionsAnnot; displayString -replace -value "Workspaces" m_buildViewMenu.kWorkspacesSubMenuLabel;