Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Oct 31, 2021
1 parent f084b91 commit 683d263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vector/qgsvectorlayerlegendwidget.cpp
Expand Up @@ -133,7 +133,7 @@ void QgsVectorLayerLegendWidget::populateLabelLegendTreeWidget()
{
mLabelLegendTreeWidget->clear();
mLabelLegendTreeWidget->setColumnCount( 2 );
QTreeWidgetItem *headerItem = new QTreeWidgetItem( QStringList() << tr( "Description" ) << tr( "LegendText" ) );
QTreeWidgetItem *headerItem = new QTreeWidgetItem( QStringList() << tr( "Description" ) << tr( "Legend Text" ) );
mLabelLegendTreeWidget->setHeaderItem( headerItem );

const QgsAbstractVectorLayerLabeling *labeling = mLayer->labeling();
Expand Down

0 comments on commit 683d263

Please sign in to comment.