Skip to content

Commit

Permalink
Make it clearer which schemas are downloaded
Browse files Browse the repository at this point in the history
fix #57540
  • Loading branch information
pathmapper authored and nyalldawson committed May 23, 2024
1 parent 2768e41 commit b2a8801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ bool QgsWFSProvider::readAttributesFromSchemaWithGMLAS( const QByteArray &respon
// Display an information box if within 2 seconds, the schema has not
// been analyzed.
box = new QMessageBox(
QMessageBox::Information, tr( "Information" ), tr( "Download of schemas in progress..." ),
QMessageBox::Information, tr( "Information" ), tr( "Download of XML schemas to which the WFS refers in progress..." ),
QMessageBox::Cancel,
parentWidget );
#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,9,0)
Expand Down

0 comments on commit b2a8801

Please sign in to comment.