[QGIS Commit] r13496 - in trunk/qgis: python/plugins/fTools/tools src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat May 15 18:44:35 EDT 2010


Author: jef
Date: 2010-05-15 18:44:34 -0400 (Sat, 15 May 2010)
New Revision: 13496

Modified:
   trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py
   trunk/qgis/python/plugins/fTools/tools/doSpatialJoin.py
   trunk/qgis/src/app/qgisapp.cpp
Log:
translation string fixes

Modified: trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py
===================================================================
--- trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py	2010-05-15 18:46:37 UTC (rev 13495)
+++ trunk/qgis/python/plugins/fTools/tools/doJoinAttributes.py	2010-05-15 22:44:34 UTC (rev 13496)
@@ -182,7 +182,7 @@
     longNames = ftools_utils.checkFieldNameLenght( fieldList1 )
     if not longNames.isEmpty():
       QMessageBox.warning( self, self.tr( 'Incorrect field names' ),
-                  self.tr( 'No output will be created.\nFollowing field names are longer then 10 characters:\n%1' )
+                  self.tr( 'No output will be created.\nFollowing field names are longer than 10 characters:\n%1' )
                   .arg( longNames.join( '\n' ) ) )
       return False
     sRs = provider1.crs()

Modified: trunk/qgis/python/plugins/fTools/tools/doSpatialJoin.py
===================================================================
--- trunk/qgis/python/plugins/fTools/tools/doSpatialJoin.py	2010-05-15 18:46:37 UTC (rev 13495)
+++ trunk/qgis/python/plugins/fTools/tools/doSpatialJoin.py	2010-05-15 22:44:34 UTC (rev 13496)
@@ -146,7 +146,7 @@
         longNames = ftools_utils.checkFieldNameLenght( fieldList1 )
         if not longNames.isEmpty():
             QMessageBox.warning( self, self.tr( 'Incorrect field names' ),
-                        self.tr( 'No output will be created.\nFollowing field names are longer then 10 characters:\n%1' )
+                        self.tr( 'No output will be created.\nFollowing field names are longer than 10 characters:\n%1' )
                         .arg( longNames.join( '\n' ) ) )
             return False
         

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2010-05-15 18:46:37 UTC (rev 13495)
+++ trunk/qgis/src/app/qgisapp.cpp	2010-05-15 22:44:34 UTC (rev 13496)
@@ -2381,7 +2381,7 @@
                 + tr( "Please note that this is a release in our 'cutting edge' release series. As "
                       "such it contains new features and extends the programmatic interface over "
                       "QGIS 1.0.x and QGIS 1.3.0. If an unchanging user interface, programmatic API "
-                      "and long term support is more important to you then cool new and untested "
+                      "and long term support is more important to you than cool new and untested "
                       "features, we recommend that you use a copy of QGIS from our Long Term Support "
                       "(LTS)1.0.x release series. In all other cases we recommend that you use this "
                       "version." )



More information about the QGIS-commit mailing list