Fixed #1289 Well Alloc Plot: Rename command to "Plot Well Allocation"

This commit is contained in:
Magne Sjaastad 2017-03-06 20:08:25 +01:00
parent b2e9d3fe11
commit d3faf4ef96

View File

@ -92,5 +92,5 @@ void RicShowWellAllocationPlotFeature::onActionTriggered(bool isChecked)
void RicShowWellAllocationPlotFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setIcon(QIcon(":/WellAllocPlot16x16.png"));
actionToSetup->setText("Show Well Allocation Plot");
actionToSetup->setText("Plot Well Allocation");
}