Skip to content

Commit

Permalink
fix #6053
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 17, 2012
1 parent af449f3 commit e13946f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/qgstipfactory.cpp
Expand Up @@ -30,11 +30,11 @@ QgsTipFactory::QgsTipFactory() : QObject()
myTip.setContent( tr( "Quantum GIS is open source software."
" This means that the software source code can be freely viewed"
" and modified. The GPL places a restriction that any modifications"
" you make must be made available to the Quantum GIS project, and"
" that you can not create a new version of Quantum GIS under a"
" 'closed source' license. Visit <a href=\"http://qgis.org\">"
" the QGIS home page (http://qgis.org)</a> for more"
" information." ) );
" you make must be made available in source form to whoever you give"
" modified versions to, and that you can not create a new version of"
" Quantum GIS under a 'closed source' license. Visit"
" <a href=\"http://qgis.org\"> the QGIS home page (http://qgis.org)</a>"
" for more information." ) );
addGenericTip( myTip );
//
myTip.setTitle( tr( "QGIS Publications" ) );
Expand Down

0 comments on commit e13946f

Please sign in to comment.