Skip to content

Commit 9e0c149

Browse files
author
pcav
committed
Update sponsor and donor text
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11010 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5f4c0ce commit 9e0c149

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/qgsabout.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ void QgsAbout::init()
114114
if ( sponsorFile.open( QIODevice::ReadOnly ) )
115115
{
116116
QString sponsorHTML = ""
117-
+ tr( "<p>The following have sponsored QGIS by contributing "
118-
"money to fund development and other project costs</p>" )
117+
+ tr( "<p>QGIS sponsorship programme:"
118+
"contribute to QGIS development</p>" )
119119
+ "<hr>"
120120
"<table width='100%'>"
121121
"<tr><th>" + tr( "Name" ) + "</th>"
@@ -163,8 +163,8 @@ void QgsAbout::init()
163163
if ( donorsFile.open( QIODevice::ReadOnly ) )
164164
{
165165
QString donorsHTML = ""
166-
+ tr( "<p>The following have sponsored QGIS by contributing "
167-
"money to fund development and other project costs</p>" )
166+
+ tr( "<p>The following individuals and institutions have contributed "
167+
"money to fund QGIS development and other project costs</p>" )
168168
+ "<hr>"
169169
"<table width='100%'>"
170170
"<tr><th>" + tr( "Name" ) + "</th>"

0 commit comments

Comments
 (0)