// =========================================================================== // 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 "Always fix non-manifold geometry" m_Unfold3DFixNonManifoldDialog.kAlwaysFix; displayString -replace -value "Always show this warning" m_Unfold3DFixNonManifoldDialog.kAlwaysShow; displayString -replace -value "Cancel" m_Unfold3DFixNonManifoldDialog.kCancel; displayString -replace -value "The selected mesh has non-manifold geometry which needs to be made manifold in order for " m_Unfold3DFixNonManifoldDialog.kConfirmToFixNonManifold; displayString -replace -value "Fix" m_Unfold3DFixNonManifoldDialog.kFix; displayString -replace -value " to run." m_Unfold3DFixNonManifoldDialog.kToRun;