diff --git a/ApplicationCode/Commands/WellLogCommands/RicAddWellLogToPlotFeature.cpp b/ApplicationCode/Commands/WellLogCommands/RicAddWellLogToPlotFeature.cpp index 9f5fdcb2a9..481a11a24b 100644 --- a/ApplicationCode/Commands/WellLogCommands/RicAddWellLogToPlotFeature.cpp +++ b/ApplicationCode/Commands/WellLogCommands/RicAddWellLogToPlotFeature.cpp @@ -126,7 +126,7 @@ void RicAddWellLogToPlotFeature::onActionTriggered(bool isChecked) //-------------------------------------------------------------------------------------------------- void RicAddWellLogToPlotFeature::setupActionLook(QAction* actionToSetup) { - actionToSetup->setText("Add To Plot"); + actionToSetup->setText("Add To New Plot"); } //--------------------------------------------------------------------------------------------------