Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reword Field option in style category menu to make it clearer that
it includes the widget configuration

Fixes #28087
  • Loading branch information
nyalldawson committed Sep 16, 2020
1 parent 1ad2e78 commit 98c2000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsmaplayerstylecategoriesmodel.cpp
Expand Up @@ -142,7 +142,7 @@ QVariant QgsMapLayerStyleCategoriesModel::data( const QModelIndex &index, int ro
switch ( role )
{
case Qt::DisplayRole:
return tr( "Fields" );
return tr( "Field and Widget Configuration" );
case Qt::ToolTipRole:
return tr( "Aliases, widgets, WMS/WFS, expressions, constraints, virtual fields" );
case Qt::DecorationRole:
Expand All @@ -153,7 +153,7 @@ QVariant QgsMapLayerStyleCategoriesModel::data( const QModelIndex &index, int ro
switch ( role )
{
case Qt::DisplayRole:
return tr( "Forms" );
return tr( "Form Layout" );
case Qt::ToolTipRole:
return QVariant();
case Qt::DecorationRole:
Expand Down

0 comments on commit 98c2000

Please sign in to comment.