Skip to content

Commit

Permalink
Fix poor grammar
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10526 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 11, 2009
1 parent f9ec75e commit 11d4300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsabout.cpp
Expand Up @@ -164,7 +164,7 @@ void QgsAbout::init()
if ( translatorFile.open( QIODevice::ReadOnly ) )
{
QString translatorHTML = ""
+ tr( "<p>The following have contributing to QGIS"
+ tr( "<p>The following have contributed to QGIS"
" by translating the user interface or documentation</p>" )
+ "<hr>"
"<table width='100%'>"
Expand Down

0 comments on commit 11d4300

Please sign in to comment.