Skip to content

Commit

Permalink
Rename button to Show in &Table
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Dec 3, 2021
1 parent a9bbbe6 commit b3f8515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsattributeform.cpp
Expand Up @@ -1874,8 +1874,8 @@ void QgsAttributeForm::init()

QPushButton *openAttributeTableButton = new QPushButton();
openAttributeTableButton->setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Minimum );
openAttributeTableButton->setText( tr( "&Open Attribute Table" ) );
openAttributeTableButton->setToolTip( tr( "Open attribute table editor with filtered features" ) );
openAttributeTableButton->setText( tr( "Show in &Table" ) );
openAttributeTableButton->setToolTip( tr( "Open the attribute table editor with the filtered features" ) );
connect( openAttributeTableButton, &QToolButton::clicked, this, [ = ]
{
emit openFilteredFeaturesAttributeTable( createFilterExpression() );
Expand Down

0 comments on commit b3f8515

Please sign in to comment.