Skip to content

Commit

Permalink
Rename group symbology tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Dec 30, 2022
1 parent 93c6fda commit 995c0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgslayertreegrouppropertieswidget.cpp
Expand Up @@ -131,7 +131,7 @@ QgsLayerTreeGroupPropertiesWidgetFactory::QgsLayerTreeGroupPropertiesWidgetFacto
: QObject( parent )
{
setIcon( QgsApplication::getThemeIcon( QStringLiteral( "propertyicons/symbology.svg" ) ) );
setTitle( tr( "Group" ) );
setTitle( tr( "Symbology" ) );
}

QgsMapLayerConfigWidget *QgsLayerTreeGroupPropertiesWidgetFactory::createWidget( QgsMapLayer *, QgsMapCanvas *canvas, bool, QWidget *parent ) const
Expand Down

0 comments on commit 995c0d9

Please sign in to comment.