Skip to content

Commit e690f69

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/vector/qgsfieldcalculator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ QgsFieldCalculator::QgsFieldCalculator( QgsVectorLayer *vl, QWidget *parent )
153153

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

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

158158
setOkButtonState();
159159
}

0 commit comments

Comments
 (0)