Skip to content

Commit

Permalink
Renames Avoid intersection to Avoid overlap [needs-docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
SrNetoChan committed Dec 10, 2018
1 parent 7f4123b commit 0494096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgssnappinglayertreemodel.cpp
Expand Up @@ -347,7 +347,7 @@ QVariant QgsSnappingLayerTreeModel::headerData( int section, Qt::Orientation ori
case 3: case 3:
return tr( "Units" ); return tr( "Units" );
case 4: case 4:
return tr( "Avoid intersection" ); return tr( "Avoid overlap" );
default: default:
return QVariant(); return QVariant();
} }
Expand Down Expand Up @@ -493,7 +493,7 @@ QVariant QgsSnappingLayerTreeModel::data( const QModelIndex &idx, int role ) con
} }
} }


// avoid intersection // avoid intersection(Overlap)
if ( idx.column() == AvoidIntersectionColumn ) if ( idx.column() == AvoidIntersectionColumn )
{ {
if ( role == Qt::CheckStateRole && vl->geometryType() == QgsWkbTypes::PolygonGeometry ) if ( role == Qt::CheckStateRole && vl->geometryType() == QgsWkbTypes::PolygonGeometry )
Expand Down

0 comments on commit 0494096

Please sign in to comment.