// =========================================================================== // 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_verifyFluidResolution.kCancel; displayString -replace -value "Continue" m_verifyFluidResolution.kContinue; displayString -replace -value "Performance may be affected due to high memory usage.\nIt is recommended that you save your scene before continuing.\n" m_verifyFluidResolution.kPerformanceAfectedMessage; displayString -replace -value "Save and Continue" m_verifyFluidResolution.kSaveandContinue; displayString -replace -value "Warning: New resolution will be ( ^1s, ^2s, ^3s )" m_verifyFluidResolution.kTitle;