// =========================================================================== // 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_doEditCharacterArgList.kCancel; displayString -replace -value "Continue" m_doEditCharacterArgList.kContinue; displayString -replace -value "Must have a current character or select a character." m_doEditCharacterArgList.kMustHaveACurrentCharErr; displayString -replace -value "No attributes are selected in the Channel Box." m_doEditCharacterArgList.kNoAttributesSelectedErr; displayString -replace -value "Removing the following channels from \"^1s\" will disable clip ghosting:\n" m_doEditCharacterArgList.kSetWarningMsg1; displayString -replace -value "Clicking Continue will remove the channels from the character set\n and delete all related clip ghost shapes." m_doEditCharacterArgList.kSetWarningMsg2; displayString -replace -value "Warning" m_doEditCharacterArgList.kWarning;