Skip to content

Commit b54f28e

Browse files
committed
fix translation string
1 parent 0d5d3bc commit b54f28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wfs/qgswfsprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ int QgsWFSProvider::getFeatureGET( const QString& uri, const QString& geometryAt
741741

742742
if ( mFeatureCount && mFeatureCount >= mMaxFeatureCount && mFeatureCount % 500 == 0 )
743743
QgsMessageLog::logMessage(
744-
tr( "%1: %2 features fetched hints at reaching a download limit. " ).arg( typeName ).arg( mFeatureCount ) +
744+
tr( "%1: Exactly %2 features fetched which suggests hitting a download limit. " ).arg( typeName ).arg( mFeatureCount ) +
745745
tr( "Zoom in to fetch all data if your layer has the 'current view extent' option enabled." ),
746746
"WFS" );
747747

0 commit comments

Comments
 (0)