mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
Fix Typography alert em-dash
This commit is contained in:
parent
33a0f10535
commit
e690f69470
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user