// =========================================================================== // 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_colorSetEditCmd.kCancel; displayString -replace -value "Color set name cannot contain ( or )." m_colorSetEditCmd.kColorSetBadNaming; displayString -replace -value "Copy Color Set: No objects selected to transfer to ^1s" m_colorSetEditCmd.kCopyColorSetWarning; displayString -replace -value "Enter new color set name:" m_colorSetEditCmd.kEnterNewColorSetName; displayString -replace -value "Merge Color Sets: Select 2 sets to merge" m_colorSetEditCmd.kMergeColorSetsWarn; displayString -replace -value "OK" m_colorSetEditCmd.kOk; displayString -replace -value "Rename Color Set" m_colorSetEditCmd.kRenameColorSet;