Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
3nids committed Feb 17, 2018
1 parent 45bfa50 commit 6c64c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptooloffsetcurve.cpp
Expand Up @@ -305,7 +305,7 @@ void QgsMapToolOffsetCurve::applyOffset( const double &offset, const Qt::Keyboar
if ( !mModifiedGeometry.isGeosValid() )
{
emit messageEmitted( tr( "Generated geometry is not valid." ), Qgis::Critical );
// no cancel, allow to continue editing.
// no cancel, continue editing.
return;
}

Expand Down

0 comments on commit 6c64c5a

Please sign in to comment.