File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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>"
You can’t perform that action at this time.
0 commit comments