Skip to content

Commit

Permalink
Revert "Reword Field option in style category menu to make it clearer…
Browse files Browse the repository at this point in the history
… that"

This reverts commit 98c2000.
  • Loading branch information
troopa81 authored and nyalldawson committed Sep 24, 2020
1 parent 2379adb commit 9f2b50b
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 ) switch ( role )
{ {
case Qt::DisplayRole: case Qt::DisplayRole:
return tr( "Field and Widget Configuration" ); return tr( "Fields" );
case Qt::ToolTipRole: case Qt::ToolTipRole:
return tr( "Aliases, widgets, WMS/WFS, expressions, constraints, virtual fields" ); return tr( "Aliases, widgets, WMS/WFS, expressions, constraints, virtual fields" );
case Qt::DecorationRole: case Qt::DecorationRole:
Expand All @@ -153,7 +153,7 @@ QVariant QgsMapLayerStyleCategoriesModel::data( const QModelIndex &index, int ro
switch ( role ) switch ( role )
{ {
case Qt::DisplayRole: case Qt::DisplayRole:
return tr( "Form Layout" ); return tr( "Forms" );
case Qt::ToolTipRole: case Qt::ToolTipRole:
return QVariant(); return QVariant();
case Qt::DecorationRole: case Qt::DecorationRole:
Expand Down

0 comments on commit 9f2b50b

Please sign in to comment.