(#660) Use Intersection to be aligned with concept naming in other tools

This commit is contained in:
Magne Sjaastad
2015-11-23 09:07:35 +01:00
parent 4971304bf9
commit dc1a66d2cc
6 changed files with 12 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ void RicNewSimWellCrossSectionFeature::onActionTriggered(bool isChecked)
void RicNewSimWellCrossSectionFeature::setupActionLook(QAction* actionToSetup)
{
// actionToSetup->setIcon(QIcon(":/CellFilter_Values.png"));
actionToSetup->setText("New Cross Section");
actionToSetup->setText("New Intersection");
}
//--------------------------------------------------------------------------------------------------
@@ -91,7 +91,7 @@ RicNewSimWellCrossSectionCmd::~RicNewSimWellCrossSectionCmd()
//--------------------------------------------------------------------------------------------------
QString RicNewSimWellCrossSectionCmd::name()
{
return "Create Cross Section From Well";
return "Create Intersection From Well";
}
//--------------------------------------------------------------------------------------------------