Revert "Reword Field option in style category menu to make it clearer that"

This reverts commit 98c20008688e5e57005804cc19cc9e5f51ceb474.
This commit is contained in:
Julien Cabieces 2020-09-21 10:46:02 +02:00 committed by Nyall Dawson
parent 2379adbcad
commit 9f2b50be6e

View File

@ -142,7 +142,7 @@ QVariant QgsMapLayerStyleCategoriesModel::data( const QModelIndex &index, int ro
switch ( role )
{
case Qt::DisplayRole:
return tr( "Field and Widget Configuration" );
return tr( "Fields" );
case Qt::ToolTipRole:
return tr( "Aliases, widgets, WMS/WFS, expressions, constraints, virtual fields" );
case Qt::DecorationRole:
@ -153,7 +153,7 @@ QVariant QgsMapLayerStyleCategoriesModel::data( const QModelIndex &index, int ro
switch ( role )
{
case Qt::DisplayRole:
return tr( "Form Layout" );
return tr( "Forms" );
case Qt::ToolTipRole:
return QVariant();
case Qt::DecorationRole: