Skip to content

Commit

Permalink
fix numeric translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 26, 2016
1 parent 8fb37aa commit 6cb5c60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/qgsselectbyformdialog.cpp
Expand Up @@ -103,8 +103,7 @@ void QgsSelectByFormDialog::zoomToFeatures( const QString& filter )
if ( mMessageBar )
{
mMessageBar->pushMessage( QString(),
tr( "Zoomed to %1 matching %2" ).arg( featureCount )
.arg( featureCount == 1 ? tr( "feature" ) : tr( "features" ) ),
tr( "Zoomed to %n matching feature(s)", "number of matching features", featureCount ),
QgsMessageBar::INFO,
timeout );
}
Expand Down

0 comments on commit 6cb5c60

Please sign in to comment.