Update Well int. analysis menu text

This commit is contained in:
jonjenssen 2022-12-07 11:24:43 +01:00 committed by jonjenssen
parent 2e5683aead
commit 84bd3d44b0

View File

@ -97,7 +97,7 @@ void RicNewWellIntegrityAnalysisFeature::onActionTriggered( bool isChecked )
void RicNewWellIntegrityAnalysisFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setIcon( QIcon( ":/WellIntAnalysis.png" ) );
actionToSetup->setText( "New Well Integration Analysis at this Depth" );
actionToSetup->setText( "New Well Integrity Analysis at this Depth" );
}
//--------------------------------------------------------------------------------------------------