Skip to content

Commit 695704d

Browse files
committed
Changing tip according to the new Plugins Manager, thanks to Richard for pointing this out
1 parent 7a2ff54 commit 695704d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/qgstipfactory.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
2323
{
2424
// I'm just doing this in a simple way so
2525
// its easy for translators...later
26-
// it its worth the time Ill move this data
26+
// it its worth the time I'll move this data
2727
// into a sqlite database...
2828
QgsTip myTip;
2929
myTip.setTitle( tr( "QGIS is open source" ) );
@@ -187,9 +187,9 @@ QgsTipFactory::QgsTipFactory() : QObject()
187187
myTip.setTitle( tr( "QGIS has Plugins!" ) );
188188
myTip.setContent( tr( "QGIS has plugins that extend its functionality."
189189
" QGIS ships with some core plugins you can explore from the"
190-
" Plugins->Manage Plugins menu. In addition there are over 150"
190+
" Plugins->Manage and Install Plugins menu. In addition there are over 150"
191191
" Python plugins contributed by the user community that can be"
192-
" installed from the Plugins->Fetch Python Plugins menu."
192+
" installed via this same menu."
193193
" Don't miss out on all QGIS has to offer---check out the"
194194
" plugins and see what they can do for you." ) );
195195
addGenericTip( myTip );

0 commit comments

Comments
 (0)