Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Typography alert em-dash
  • Loading branch information
pigreco authored and nyalldawson committed Apr 12, 2020
1 parent 33a0f10 commit e690f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vector/qgsfieldcalculator.cpp
Expand Up @@ -153,7 +153,7 @@ QgsFieldCalculator::QgsFieldCalculator( QgsVectorLayer *vl, QWidget *parent )

mInfoIcon->setPixmap( style()->standardPixmap( QStyle::SP_MessageBoxInformation ) );

setWindowTitle( tr( "%1 - Field Calculator" ).arg( mVectorLayer->name() ) );
setWindowTitle( tr( "%1 Field Calculator" ).arg( mVectorLayer->name() ) );

setOkButtonState();
}
Expand Down

0 comments on commit e690f69

Please sign in to comment.