// =========================================================================== // 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_uvSetEditCmd.kCancel; displayString -replace -value "Enter new UV set name:" m_uvSetEditCmd.kEnterNewUVSetName; displayString -replace -value "No UV selected" m_uvSetEditCmd.kNoUVSelectedWarning; displayString -replace -value "Nothing selected for copy" m_uvSetEditCmd.kNothingSelectedWarning; displayString -replace -value "OK" m_uvSetEditCmd.kOk; displayString -replace -value "Propagate requires more than one object to be selected." m_uvSetEditCmd.kPropagateRequires; displayString -replace -value "Rename UV Set" m_uvSetEditCmd.kRenameUVSet; displayString -replace -value "// Result: ^1s" m_uvSetEditCmd.kResult; displayString -replace -value "The propagated set already exists on all selected objects." m_uvSetEditCmd.kSetsAlreadyExist;