Skip to content

Commit

Permalink
use numerus form in translation string
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11205 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 29, 2009
1 parent 0e96e8f commit a7eaaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassbrowser.cpp
Expand Up @@ -376,7 +376,7 @@ void QgsGrassBrowser::deleteMap()
}

if (QMessageBox::question(this, tr("Question"),
tr("Are you sure you want to delete the %1 selected layer(s)?").arg(indexes.size()),
tr("Are you sure you want to delete %n selected layer(s)?", "number of layers to delete", indexes.size() ),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::No)
{
return;
Expand Down

0 comments on commit a7eaaba

Please sign in to comment.