Skip to content

Commit

Permalink
Changing tip according to the new Plugins Manager, thanks to Richard …
Browse files Browse the repository at this point in the history
…for pointing this out
  • Loading branch information
mach0 committed Jun 18, 2013
1 parent 7a2ff54 commit 695704d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/qgstipfactory.cpp
Expand Up @@ -23,7 +23,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
{
// I'm just doing this in a simple way so
// its easy for translators...later
// it its worth the time Ill move this data
// it its worth the time I'll move this data
// into a sqlite database...
QgsTip myTip;
myTip.setTitle( tr( "QGIS is open source" ) );
Expand Down Expand Up @@ -187,9 +187,9 @@ QgsTipFactory::QgsTipFactory() : QObject()
myTip.setTitle( tr( "QGIS has Plugins!" ) );
myTip.setContent( tr( "QGIS has plugins that extend its functionality."
" QGIS ships with some core plugins you can explore from the"
" Plugins->Manage Plugins menu. In addition there are over 150"
" Plugins->Manage and Install Plugins menu. In addition there are over 150"
" Python plugins contributed by the user community that can be"
" installed from the Plugins->Fetch Python Plugins menu."
" installed via this same menu."
" Don't miss out on all QGIS has to offer---check out the"
" plugins and see what they can do for you." ) );
addGenericTip( myTip );
Expand Down

3 comments on commit 695704d

@borysiasty
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The number of 150 is confusing. Maybe "tens" would be better? We have almost 300 external plugins, about 20 of them are ported to 2.0 as for today.

@mach0
Copy link
Member Author

@mach0 mach0 commented on 695704d Jun 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

over 150 includes 300 too .. :)
But you are right .. with 2.0 we might probably have less in the first weeks ..
what do you think about "a lot of"

@borysiasty
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 :)

Please sign in to comment.