Skip to content

Commit a260259

Browse files
author
alexbruy
committed
fix typo in tip (replace openModeller with Quantum GIS)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15202 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f2c4b96 commit a260259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/qgstipfactory.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
#include "qgstipfactory.h"
2323
#include <QTime>
2424
//for rand & srand
25-
#include <cstdlib>
25+
#include <cstdlib>
2626

2727

2828
QgsTipFactory::QgsTipFactory() : QObject()
2929
{
30-
// Im just doing this in a simple way so
30+
// Im just doing this in a simple way so
3131
// its easy for translators...later
3232
// it its worth the time Ill move this data
3333
// into a sqlite database...
@@ -36,8 +36,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
3636
myTip.setContent(tr("Quantum GIS is open source software."
3737
" This means that the software source code can be freely viewed "
3838
" and modified. The GPL places a restriction that any modifications "
39-
" you make must be made available to the openModeller project, and "
40-
" that you can not create a new version of openModeller under a "
39+
" you make must be made available to the Quantum GIS project, and "
40+
" that you can not create a new version of Quantum GIS under a "
4141
" 'closed source' license. Visit <a href=\"http://qgis.org\">"
4242
" the QGIS home page (http://qgis.org)</a> for more"
4343
" information."));

0 commit comments

Comments
 (0)