#4992 Rename combination plots to plot report

This commit is contained in:
Gaute Lindkvist
2019-11-05 14:33:34 +01:00
parent c1dfe193d7
commit b227ef7bdb
3 changed files with 5 additions and 5 deletions

View File

@@ -118,12 +118,12 @@ void RicNewGridPlotWindowFeature::setupActionLook( QAction* actionToSetup )
{
if ( selectedPlotInterfaces().empty() )
{
actionToSetup->setText( "New Empty Combination Plot" );
actionToSetup->setText( "New Empty Plot Report" );
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
}
else
{
actionToSetup->setText( "Create Combination Plot from selected plots" );
actionToSetup->setText( "Create Plot Report from Selected Plots" );
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
}
}