Skip to content

Commit f792127

Browse files
pigreconyalldawson
authored andcommittedApr 12, 2020
Fix Typography alert em-dash
1 parent e690f69 commit f792127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsexpressionselectiondialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ QgsExpressionSelectionDialog::QgsExpressionSelectionDialog( QgsVectorLayer *laye
4242
connect( mButtonZoomToFeatures, &QToolButton::clicked, this, &QgsExpressionSelectionDialog::mButtonZoomToFeatures_clicked );
4343
connect( mPbnClose, &QPushButton::clicked, this, &QgsExpressionSelectionDialog::mPbnClose_clicked );
4444

45-
setWindowTitle( QStringLiteral( "%1 - Select by Expression" ).arg( layer->name() ) );
45+
setWindowTitle( QStringLiteral( "%1 Select by Expression" ).arg( layer->name() ) );
4646

4747
mActionSelect->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mIconExpressionSelect.svg" ) ) );
4848
mActionAddToSelection->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mIconSelectAdd.svg" ) ) );

0 commit comments

Comments
 (0)
Please sign in to comment.