// =========================================================================== // 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 "Argument must be a ^1s" m_initChannels.kArgumentError; displayString -replace -value "Argument must be greater than zero." m_initChannels.kArgumentMustBeGreater; displayString -replace -value "Switch between linear and hyperbolic channel slider setting" m_initChannels.kSwitchBetweenLinearSliderSetting; displayString -replace -value "Switch between manipulators / no manipulators / channel sliders" m_initChannels.kSwitchBetweenManipulatorsAnnot; displayString -replace -value "Switch between slowest / slow / medium / fast channel slider setting\nHold Ctrl, Ctrl+Shift or Shift while dragging to further slow down or speed up the current drag speed setting" m_initChannels.kSwitchBetweenSliderSetting; displayString -replace -value "Channel Box width must be greater than ^1s and less than ^2s" m_initChannels.kWidthMustBeGreater;