Skip to content

Commit

Permalink
Change tooltip and hint to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde committed Jul 3, 2019
1 parent d2f3357 commit 9191c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1081,8 +1081,8 @@ class QgsVectorFileWriterMetadataContainer

layerOptions.insert( QStringLiteral( "RFC7946" ), new QgsVectorFileWriter::BoolOption(
QObject::tr( "Whether to use RFC 7946 standard. "
"Otherwise GeoJSON 2008 initial version will be used. "
"Default is NO (thus GeoJSON 2008)." ),
"If disabled GeoJSON 2008 initial version will be used. "
"Default is NO (thus GeoJSON 2008). See also Documentation (via Help button)" ),
false // Default value
) );

Expand Down

0 comments on commit 9191c05

Please sign in to comment.