Skip to content

Commit b43bf13

Browse files
author
timlinux
committedApr 11, 2009

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)
Please sign in to comment.