Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 27, 2018
1 parent 8ad579b commit c31ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsofflineediting.cpp
Expand Up @@ -542,7 +542,7 @@ QgsVectorLayer *QgsOfflineEditing::copyVectorLayer( QgsVectorLayer *layer, sqlit
geomType = QStringLiteral( "MULTIPOLYGON" );
break;
default:
showWarning( tr( "Layer %1 has unsupported WkbType %2 not supported" ).arg( layer->name(), QgsWkbTypes::displayString( layer->wkbType() ) ) );
showWarning( tr( "Layer %1 has unsupported geometry type %2." ).arg( layer->name(), QgsWkbTypes::displayString( layer->wkbType() ) ) );
break;
};

Expand Down

0 comments on commit c31ce0f

Please sign in to comment.