mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Revert "Reword Field option in style category menu to make it clearer that"
This reverts commit 98c20008688e5e57005804cc19cc9e5f51ceb474.
This commit is contained in:
parent
2379adbcad
commit
9f2b50be6e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user