Skip to content

Commit f48aff8

Browse files
committed
Adjusting Tip once more and fixing a bug with http link
1 parent a65a6b7 commit f48aff8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/app/qgstipfactory.cpp

+5-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
4141
myTip.setContent( tr( "If you write a scientific paper or any other article"
4242
" that refers to QGIS we would love to include your work"
4343
" 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)."
4545
) );
4646
addGenericTip( myTip );
4747
myTip.setTitle( tr( "Become an QGIS translator" ) );
@@ -187,11 +187,10 @@ 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 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." ) );
195194
addGenericTip( myTip );
196195

197196
/* Template for adding more tips

0 commit comments

Comments
 (0)