Skip to content

Commit

Permalink
fix translation string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 25, 2016
1 parent 340a6f6 commit c4d620a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/wfs/qgswfsshareddata.cpp
Expand Up @@ -1013,7 +1013,8 @@ void QgsWFSSharedData::endOfDownload( bool success, int featureCount,
mComputedExtent.grow( 50. * 1000. );
else if ( mSourceCRS.mapUnits() == QGis::Degrees )
mComputedExtent.grow( 50. / 110 );
QgsMessageLog::logMessage( tr( "Layer extent reported by the server is not correct. You may need to zoom on layer and then zoom out to see all fetchures" ), tr( "WFS" ) );
QgsMessageLog::logMessage( tr( "Layer extent reported by the server is not correct. "
"You may need to zoom on layer and then zoom out to see all features" ), tr( "WFS" ) );
}
mMutex.unlock();
if ( !mComputedExtent.isNull() )
Expand Down

0 comments on commit c4d620a

Please sign in to comment.