#6490: Improve color legends right-click menus

This commit is contained in:
Kristian Bendiksen
2020-10-08 08:58:44 +02:00
committed by Magne Sjaastad
parent 2ee4f48a88
commit b16482bb2f
4 changed files with 15 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ void RicCopyStandardLegendFeature::onActionTriggered( bool isChecked )
void RicCopyStandardLegendFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setIcon( QIcon( ":/Legend.png" ) );
actionToSetup->setText( "Copy Legend to Custom Legends" );
actionToSetup->setText( "Copy to Custom Color Legends" );
}
//--------------------------------------------------------------------------------------------------