Skip to content

Commit a7eaaba

Browse files
author
jef
committed
use numerus form in translation string
git-svn-id: http://svn.osgeo.org/qgis/trunk@11205 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0e96e8f commit a7eaaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/grass/qgsgrassbrowser.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ void QgsGrassBrowser::deleteMap()
376376
}
377377

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

0 commit comments

Comments
 (0)