@@ -54,13 +54,13 @@ QgsTipFactory::QgsTipFactory() : QObject()
54
54
" <a href=\" http://qgis.org/en/site/getinvolved/translate.html#howto-translate-gui\" >translator's page.</a>"
55
55
) );
56
56
addGuiTip ( myTip );
57
- myTip.setTitle ( tr ( " QGIS Mailing lists " ) );
57
+ myTip.setTitle ( tr ( " Getting Help With QGIS " ) );
58
58
myTip.setContent ( tr ( " If you need help using QGIS"
59
59
" we have a 'users' mailing list where users help each other with issues"
60
- " related to using our software. We also have a 'developers' mailing list. "
61
- " for those wanting help and to discuss things relating to the QGIS code base."
62
- " Details on how to subscribe are in the <a href= \" http://qgis.org/en/site/forusers/support.html#mailing-lists \" >community section</a> of "
63
- " the QGIS home page."
60
+ " related to using our software. We also have a 'developers' mailing list"
61
+ " for those wanting help and discuss things relating to the QGIS code base."
62
+ " Details on different means to get help are described in the"
63
+ " <a href= \" http://qgis.org/en/site/forusers/support.html#mailing-lists \" >community section</a> of the QGIS home page."
64
64
) );
65
65
addGuiTip ( myTip );
66
66
myTip.setTitle ( tr ( " Is it 'QGIS' or 'Quantum GIS'?" ) );
@@ -91,7 +91,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
91
91
) );
92
92
addGuiTip ( myTip );
93
93
myTip.setTitle ( tr ( " Moving Elements and Maps in the Print Composer" ) );
94
- myTip.setContent ( tr ( " In the print composer tool bar you can find two buttons for moving"
94
+ myTip.setContent ( tr ( " In the print composer toolbar you can find two buttons for moving"
95
95
" elements. The left one (right arrow icon) selects and moves elements"
96
96
" in the layout. After selecting the element with this tool you can also"
97
97
" move them around with the arrow keys. For accurate positioning use the"
@@ -142,11 +142,9 @@ QgsTipFactory::QgsTipFactory() : QObject()
142
142
) );
143
143
addGuiTip ( myTip );
144
144
// by Tim
145
- myTip.setTitle ( tr ( " Stopping rendering" ) );
145
+ myTip.setTitle ( tr ( " Disabling rendering" ) );
146
146
myTip.setContent ( tr ( " Sometimes you have a very large dataset which takes ages"
147
- " to draw. You can press 'Esc' (the escape key), or click the 'Stop"
148
- " map rendering' icon in the status bar to the bottom of the window at any"
149
- " time to halt rendering. If you are going to be performing several"
147
+ " to draw. If you are going to be performing several"
150
148
" actions (e.g. modifying symbology options) and wish to temporarily"
151
149
" disable map rendering while you do so, you can uncheck the 'Render'"
152
150
" checkbox in the bottom right of the status bar. Don't forget to check"
@@ -176,7 +174,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
176
174
" have the financial ability to help, please consider sponsoring the"
177
175
" development of QGIS. We use money from sponsors to pay for"
178
176
" travel and costs related to our regular hackfest meetings, and to generally"
179
- " support the goals of our project. Please see the <a"
177
+ " support the goals of our project. Please see the<a"
180
178
" href=\" http://qgis.org/en/site/getinvolved/governance/sponsorship/sponsorship.html\" >QGIS Sponsorship Web"
181
179
" Page</a> for more details."
182
180
) );
@@ -194,7 +192,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
194
192
addGenericTip ( myTip );
195
193
// by yjacolin
196
194
myTip.setTitle ( tr ( " Add an action to layer" ) );
197
- myTip.setContent ( tr ( " Action in a layer allow user to trigger action when clicking on a geometry"
195
+ myTip.setContent ( tr ( " Action in a layer allows user to trigger action when clicking on a geometry"
198
196
" with 'Run Feature Action' tools."
199
197
" For example, you can open a HTML page using the field value of the geometry "
200
198
" as a parameter. Look at the <a href=\" http://docs.qgis.org/latest/en/docs/user_manual/working_with_vector/vector_properties.html?#actions-menu\" >documentation</a>."
0 commit comments