Skip to content

Commit

Permalink
fix typo in tip (replace openModeller with Quantum GIS)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15202 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
alexbruy committed Feb 18, 2011
1 parent f2c4b96 commit a260259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/qgstipfactory.cpp
Expand Up @@ -22,12 +22,12 @@
#include "qgstipfactory.h"
#include <QTime>
//for rand & srand
#include <cstdlib>
#include <cstdlib>


QgsTipFactory::QgsTipFactory() : QObject()
{
// Im just doing this in a simple way so
// Im just doing this in a simple way so
// its easy for translators...later
// it its worth the time Ill move this data
// into a sqlite database...
Expand All @@ -36,8 +36,8 @@ 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 openModeller project, and "
" that you can not create a new version of openModeller under a "
" 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."));
Expand Down

0 comments on commit a260259

Please sign in to comment.