Skip to content

Commit e13946f

Browse files
committed
fix #6053
1 parent af449f3 commit e13946f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/qgstipfactory.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ QgsTipFactory::QgsTipFactory() : QObject()
3030
myTip.setContent( tr( "Quantum GIS is open source software."
3131
" This means that the software source code can be freely viewed"
3232
" and modified. The GPL places a restriction that any modifications"
33-
" you make must be made available to the Quantum GIS project, and"
34-
" that you can not create a new version of Quantum GIS under a"
35-
" 'closed source' license. Visit <a href=\"http://qgis.org\">"
36-
" the QGIS home page (http://qgis.org)</a> for more"
37-
" information." ) );
33+
" you make must be made available in source form to whoever you give"
34+
" modified versions to, and that you can not create a new version of"
35+
" Quantum GIS under a 'closed source' license. Visit"
36+
" <a href=\"http://qgis.org\"> the QGIS home page (http://qgis.org)</a>"
37+
" for more information." ) );
3838
addGenericTip( myTip );
3939
//
4040
myTip.setTitle( tr( "QGIS Publications" ) );

0 commit comments

Comments
 (0)