Skip to content

Commit

Permalink
fix translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 2, 2018
1 parent 7d48179 commit a04d553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgslegendfilterbutton.cpp
Expand Up @@ -29,7 +29,7 @@ QgsLegendFilterButton::QgsLegendFilterButton( QWidget *parent )
mSetExpressionAction = new QAction( tr( "Edit Filter Expression…" ), mMenu );
connect( mSetExpressionAction, &QAction::triggered, this, &QgsLegendFilterButton::onSetLegendFilterExpression );

mClearExpressionAction = new QAction( tr( "Clear Filter Fxpression" ), mMenu );
mClearExpressionAction = new QAction( tr( "Clear Filter Expression" ), mMenu );
connect( mClearExpressionAction, &QAction::triggered, this, &QgsLegendFilterButton::onClearFilterExpression );
mClearExpressionAction->setEnabled( false );

Expand Down

0 comments on commit a04d553

Please sign in to comment.