[QGIS Commit] r10081 - trunk/qgis/python/plugins/fTools

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Feb 1 10:49:26 EST 2009


Author: jef
Date: 2009-02-01 10:49:26 -0500 (Sun, 01 Feb 2009)
New Revision: 10081

Modified:
   trunk/qgis/python/plugins/fTools/i18n.cpp
Log:
update fTools/i18n.cpp

Modified: trunk/qgis/python/plugins/fTools/i18n.cpp
===================================================================
--- trunk/qgis/python/plugins/fTools/i18n.cpp	2009-02-01 15:44:02 UTC (rev 10080)
+++ trunk/qgis/python/plugins/fTools/i18n.cpp	2009-02-01 15:49:26 UTC (rev 10081)
@@ -149,9 +149,8 @@
   tr( "Observed mean distance : " )
   tr( "Expected mean distance : " )
   tr( "Nearest neighbour index : " )
-  tr( "Feature " )
-  tr( " contains an unested hole" ) )
-  tr( " is not closed" )
-  tr( " is self intersecting" )
-  tr( " has incorrect node ordering" )
+  tr( "Feature %1 contains an unested hole" )
+  tr( "Feature %1 is not closed" )
+  tr( "Feature %1 is self intersecting" )
+  tr( "Feature %1 has incorrect node ordering" )
 }



More information about the QGIS-commit mailing list