Skip to content

Commit 5c4899a

Browse files
committedFeb 17, 2014
typo in description
1 parent ef5ede1 commit 5c4899a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorfilewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
11981198

11991199
datasetOptions.insert( "SPLIT_MULTIPOINT", new BoolOption(
12001200
QObject::tr( "Should multipoint soundings be split into many single point sounding features. "
1201-
"Multipoint geometries are not well handle by many formats, "
1201+
"Multipoint geometries are not well handled by many formats, "
12021202
"so it can be convenient to split single sounding features with many points "
12031203
"into many single point features." )
12041204
, false // Default value

0 commit comments

Comments
 (0)
Please sign in to comment.