[QGIS Commit] r10526 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Apr 11 06:12:13 EDT 2009


Author: timlinux
Date: 2009-04-11 06:12:13 -0400 (Sat, 11 Apr 2009)
New Revision: 10526

Modified:
   trunk/qgis/src/app/qgsabout.cpp
Log:
Fix poor grammar

Modified: trunk/qgis/src/app/qgsabout.cpp
===================================================================
--- trunk/qgis/src/app/qgsabout.cpp	2009-04-11 10:10:52 UTC (rev 10525)
+++ trunk/qgis/src/app/qgsabout.cpp	2009-04-11 10:12:13 UTC (rev 10526)
@@ -164,7 +164,7 @@
   if ( translatorFile.open( QIODevice::ReadOnly ) )
   {
     QString translatorHTML = ""
-                          + tr( "<p>The following have contributing to QGIS"
+                          + tr( "<p>The following have contributed to QGIS"
                                 " by translating the user interface or documentation</p>" )
                           + "<hr>"
                           "<table width='100%'>"



More information about the QGIS-commit mailing list