// =========================================================================== // 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_deletePanel.kCancel; displayString -replace -value "Confirm" m_deletePanel.kConfirm; displayString -replace -value "OK" m_deletePanel.kOk; displayString -replace -value "Unable to delete '^1s'. Panel not Found." m_deletePanel.kPanelNotFound; displayString -replace -value "Are you sure you want to permanently delete '^1s'?" m_deletePanel.kSure;