#1781 Rename "Delete SourSim Data" to "Close SourSim Data"

This commit is contained in:
Bjørnar Grip Fjær
2017-08-17 14:39:30 +02:00
parent 32bbe724ce
commit 5c930a740f
4 changed files with 11 additions and 11 deletions

View File

@@ -421,7 +421,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicReloadCaseFeature";
commandIds << "RicExecuteScriptForCasesFeature";
commandIds << "RicDeleteSourSimDataFeature";
commandIds << "RicCloseSourSimDataFeature";
}
else if (dynamic_cast<RimSummaryPlot*>(uiItem))
{