Skip to content

Commit cac7790

Browse files
committed
Typo fix, thanx to Carlos
Signed-off-by: Werner Macho <werner.macho@gmail.com>
1 parent b49dda6 commit cac7790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorfilewriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
525525
datasetOptions.insert( "MULTILINE", new BoolOption(
526526
QObject::tr( "By default, BNA files are created in multi-line format. "
527527
"For each record, the first line contains the identifiers and the "
528-
"type/number of coordinates to follow. The following lines contains "
528+
"type/number of coordinates to follow. Each following line contains "
529529
"a pair of coordinates)." )
530530
, true // Default value
531531
) );

0 commit comments

Comments
 (0)