// =========================================================================== // 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 "Can't trim after on a clip with cycles before it." m_clipTrimAfter.kCantTrimAfter; displayString -replace -value "Clip not found." m_clipTrimAfter.kClipNotFound; displayString -replace -value "Time ^1s is not between start and end of ^2s." m_clipTrimAfter.kTimeIsNotBetween;