Skip to content
Permalink
Browse files
Update sponsor and donor text
git-svn-id: http://svn.osgeo.org/qgis/trunk@11010 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Jul 2, 2009
1 parent cfd6c68 commit 00f40f0
Showing 1 changed file with 4 additions and 4 deletions.
@@ -114,8 +114,8 @@ void QgsAbout::init()
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 @@ void QgsAbout::init()
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>"

0 comments on commit 00f40f0

Please sign in to comment.