// =========================================================================== // 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 "absolute" m_toggleClipOffset.kAbsolute; displayString -replace -value "Must select a clip." m_toggleClipOffset.kMustSelectAClip; displayString -replace -value "relative" m_toggleClipOffset.kRelative; displayString -replace -value "Select the clip to make absolute." m_toggleClipOffset.kSelectClipAbsolute; displayString -replace -value "Select the clip to make relative." m_toggleClipOffset.kSelectClipRelative; displayString -replace -value "// Set ^1s clip(s) to ^2s.\n" m_toggleClipOffset.kSetClips; displayString -replace -value "// Toggled relative on ^1s clips.\n" m_toggleClipOffset.kToggleRelativeOn;