// ===========================================================================
// 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 "Symmetry Axis:" m_performPoseMirror.kAxis;
displayString -replace -value "Source:" m_performPoseMirror.kMirrorSource;
displayString -replace -value "Find joint driver names containing the specified string." m_performPoseMirror.kMirrorSourceAnnot;
displayString -replace -value "Target:" m_performPoseMirror.kMirrorTarget;
displayString -replace -value "Find corresponding mirrored joint drivers containing the specified string. Mirrored poses and interpolators will be named using this substring." m_performPoseMirror.kMirrorTargetAnnot;
displayString -replace -value "Object" m_performPoseMirror.kObject;
displayString -replace -value "OK" m_performPoseMirror.kOkButton;
displayString -replace -value "Mirror Options" m_performPoseMirror.kPoseMirrorOptions;
displayString -replace -value "Mirror Source and Target" m_performPoseMirror.kPoseMirrorSourceTargetOptions;
displayString -replace -value "Store topological symmetry seam edges" m_performPoseMirror.kStoreSymmetrySeamEdges;
displayString -replace -value "Topology" m_performPoseMirror.kTopo;
displayString -replace -value "Search for joints containing the specified string (Source) to find the
corresponding mirrored joints using the specified string (Target)." m_performPoseMirror.kUsage;