Skip to content

Commit

Permalink
Typo fix, thanx to Carlos
Browse files Browse the repository at this point in the history
Signed-off-by: Werner Macho <werner.macho@gmail.com>
  • Loading branch information
mach0 committed Jan 27, 2014
1 parent b49dda6 commit cac7790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -525,7 +525,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
datasetOptions.insert( "MULTILINE", new BoolOption(
QObject::tr( "By default, BNA files are created in multi-line format. "
"For each record, the first line contains the identifiers and the "
"type/number of coordinates to follow. The following lines contains "
"type/number of coordinates to follow. Each following line contains "
"a pair of coordinates)." )
, true // Default value
) );
Expand Down

0 comments on commit cac7790

Please sign in to comment.