// =========================================================================== // 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_melFileToSource.kCancel; displayString -replace -value "Enter filename:" m_melFileToSource.kEnterFilename; displayString -replace -value "Error" m_melFileToSource.kError; displayString -replace -value "OK" m_melFileToSource.kOk; displayString -replace -value "Could not open specified file for read" m_melFileToSource.kOpenMessage; displayString -replace -value "Source Script" m_melFileToSource.kSourceScript; displayString -replace -value "Try Again" m_melFileToSource.kTryAgain;