Skip to content

Commit

Permalink
typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Feb 17, 2014
1 parent ef5ede1 commit 5c4899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1198,7 +1198,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()

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

0 comments on commit 5c4899a

Please sign in to comment.