File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
41
41
myTip.setContent ( tr ( " If you write a scientific paper or any other article"
42
42
" that refers to QGIS we would love to include your work"
43
43
" in the <a href=\" http://www.qgis.org/en/community/qgis-case-studies.html\" >case studies section</a> of"
44
- " the QGIS home page (http://http:// www.qgis.org/en/community/qgis-case-studies.html)."
44
+ " the QGIS home page (http://www.qgis.org/en/community/qgis-case-studies.html)."
45
45
) );
46
46
addGenericTip ( myTip );
47
47
myTip.setTitle ( tr ( " Become an QGIS translator" ) );
@@ -187,11 +187,10 @@ 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 and Install Plugins menu. In addition there are over 150"
191
- " Python plugins contributed by the user community that can be"
192
- " installed via this same menu."
193
- " Don't miss out on all QGIS has to offer---check out the"
194
- " plugins and see what they can do for you." ) );
190
+ " Plugins->Manage and Install Plugins menu. In addition there are a lot"
191
+ " of Python plugins contributed by the user community that can be"
192
+ " installed via this same menu. Don't miss out on all QGIS has to offer!"
193
+ " Check out the plugins and see what they can do for you." ) );
195
194
addGenericTip ( myTip );
196
195
197
196
/* Template for adding more tips
You can’t perform that action at this time.
0 commit comments