File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
23
23
{
24
24
// I'm just doing this in a simple way so
25
25
// 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
27
27
// into a sqlite database...
28
28
QgsTip myTip;
29
29
myTip.setTitle ( tr ( " QGIS is open source" ) );
@@ -187,9 +187,9 @@ QgsTipFactory::QgsTipFactory() : QObject()
187
187
myTip.setTitle ( tr ( " QGIS has Plugins!" ) );
188
188
myTip.setContent ( tr ( " QGIS has plugins that extend its functionality."
189
189
" 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"
191
191
" 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."
193
193
" Don't miss out on all QGIS has to offer---check out the"
194
194
" plugins and see what they can do for you." ) );
195
195
addGenericTip ( myTip );
You can’t perform that action at this time.
0 commit comments