Skip to content

Commit

Permalink
fix translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 4, 2015
1 parent 0d5d3bc commit b54f28e
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 @@ -741,7 +741,7 @@ int QgsWFSProvider::getFeatureGET( const QString& uri, const QString& geometryAt

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

Expand Down

0 comments on commit b54f28e

Please sign in to comment.