// =========================================================================== // 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_performSetOffsetObject.kCancel; displayString -replace -value "Clicking ^2s will add all ^1s channels." m_performSetOffsetObject.kClickContinueMsg; displayString -replace -value "Continue" m_performSetOffsetObject.kContinue; displayString -replace -value "To enable clip ghost manipulation, ^1s channels need to be added to the \"^2s\"\n character set, including: \n" m_performSetOffsetObject.kMissingChannelsMsg; displayString -replace -value "An active character must be defined" m_performSetOffsetObject.kNoActiveCharacters; displayString -replace -value "There are too many active characters to set the offset object" m_performSetOffsetObject.kTooManyActiveCharacters; displayString -replace -value "Warning" m_performSetOffsetObject.kWarning;