[QGIS Commit] r11205 - trunk/qgis/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Jul 29 14:16:32 EDT 2009


Author: jef
Date: 2009-07-29 14:16:32 -0400 (Wed, 29 Jul 2009)
New Revision: 11205

Modified:
   trunk/qgis/src/plugins/grass/qgsgrassbrowser.cpp
Log:
use numerus form in translation string

Modified: trunk/qgis/src/plugins/grass/qgsgrassbrowser.cpp
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrassbrowser.cpp	2009-07-29 15:35:59 UTC (rev 11204)
+++ trunk/qgis/src/plugins/grass/qgsgrassbrowser.cpp	2009-07-29 18:16:32 UTC (rev 11205)
@@ -376,7 +376,7 @@
   }
 
   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;



More information about the QGIS-commit mailing list