// =========================================================================== // 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 "Cancel" m_shellWnd.kCancel; displayString -replace -value "Cancel" m_shellWnd.kCancelButton; displayString -replace -value "Change History Length..." m_shellWnd.kChangeHistoryLength; displayString -replace -value "Change History Length" m_shellWnd.kChangeHistoryLengthTitle; displayString -replace -value "Change Prompt..." m_shellWnd.kChangePrompt; displayString -replace -value "Change Prompt" m_shellWnd.kChangePromptTitle; displayString -replace -value "Clear" m_shellWnd.kClear; displayString -replace -value "Command Shell" m_shellWnd.kCommandShell; displayString -replace -value "Enter new history length:" m_shellWnd.kEnterNewHistoryLength; displayString -replace -value "Enter new prompt string:" m_shellWnd.kEnterNewPromptString; displayString -replace -value "\"^1s\" is not valid, please enter an integer between 0 and 1000." m_shellWnd.kInvalidEntry; displayString -replace -value "OK" m_shellWnd.kOK; displayString -replace -value "OK" m_shellWnd.kOKButton; displayString -replace -value "Options" m_shellWnd.kOptions; displayString -replace -value "Shell" m_shellWnd.kShell;