Skip to content

Commit b43bf13

Browse files
author
timlinux
committed
Fix poor grammar
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10526 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8ecf74f commit b43bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsabout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void QgsAbout::init()
164164
if ( translatorFile.open( QIODevice::ReadOnly ) )
165165
{
166166
QString translatorHTML = ""
167-
+ tr( "<p>The following have contributing to QGIS"
167+
+ tr( "<p>The following have contributed to QGIS"
168168
" by translating the user interface or documentation</p>" )
169169
+ "<hr>"
170170
"<table width='100%'>"

0 commit comments

Comments
 (0)