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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Jul 2 13:07:15 EDT 2009


Author: pcav
Date: 2009-07-02 13:07:15 -0400 (Thu, 02 Jul 2009)
New Revision: 11010

Modified:
   trunk/qgis/src/app/qgsabout.cpp
Log:
Update sponsor and donor text

Modified: trunk/qgis/src/app/qgsabout.cpp
===================================================================
--- trunk/qgis/src/app/qgsabout.cpp	2009-07-02 16:54:18 UTC (rev 11009)
+++ trunk/qgis/src/app/qgsabout.cpp	2009-07-02 17:07:15 UTC (rev 11010)
@@ -114,8 +114,8 @@
   if ( sponsorFile.open( QIODevice::ReadOnly ) )
   {
     QString sponsorHTML = ""
-                          + tr( "<p>The following have sponsored QGIS by contributing "
-                                "money to fund development and other project costs</p>" )
+                          + tr( "<p>QGIS sponsorship programme:"
+                                "contribute to QGIS development</p>" )
                           + "<hr>"
                           "<table width='100%'>"
                           "<tr><th>" + tr( "Name" ) + "</th>"
@@ -163,8 +163,8 @@
   if ( donorsFile.open( QIODevice::ReadOnly ) )
   {
     QString donorsHTML = ""
-                          + tr( "<p>The following have sponsored QGIS by contributing "
-                                "money to fund development and other project costs</p>" )
+                          + tr( "<p>The following individuals and institutions have contributed "
+                                "money to fund QGIS development and other project costs</p>" )
                           + "<hr>"
                           "<table width='100%'>"
                           "<tr><th>" + tr( "Name" ) + "</th>"



More information about the QGIS-commit mailing list