Skip to content

Commit a18a0ad

Browse files
committed
Update qgstipfactory.cpp
suggesting currently used names
1 parent ad45f32 commit a18a0ad

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
@@ -75,9 +75,9 @@ QgsTipFactory::QgsTipFactory() : QObject()
7575
"<ul>"
7676
"<li>QGIS Library - this is the C++ library that contains"
7777
" the core logic that is used to build the QGIS user interface and other applications.</li>"
78-
"<li>QGIS Application - this is the desktop application that you know and love so much :-).</li>"
79-
"<li>QGIS Mapserver - this is a server-side application based on the QGIS Library"
80-
" that will serve up your .qgs projects using the WMS protocol.</li>"
78+
"<li>QGIS Desktop - this is the desktop application that you know and love so much :-).</li>"
79+
"<li>QGIS Server - this is a server-side application based on the QGIS Library"
80+
" that will serve up your .qgs projects using OGC standard protocols.</li>"
8181
"</ul>"
8282
) );
8383
addGenericTip( myTip );

0 commit comments

Comments
 (0)