@@ -143,25 +143,25 @@ QgsTipFactory::QgsTipFactory() : QObject()
143
143
) );
144
144
addGuiTip ( myTip );
145
145
// by Tim
146
- myTip.setTitle (tr (" Using the mouse scroll wheel" ) );
147
- myTip.setContent (tr (" You can use the scroll wheel on your mouse to zoom in, "
148
- " out and pan the map. Scroll forwards to zoom in, scroll backwards to "
149
- " zoom out and press and hold the scroll wheel down to pan the map. You "
150
- " can configure options for scroll wheel behaviour in the Options panel."
151
- ) );
152
- addGuiTip (myTip);
146
+ myTip.setTitle ( tr ( " Using the mouse scroll wheel" ) );
147
+ myTip.setContent ( tr ( " You can use the scroll wheel on your mouse to zoom in,"
148
+ " out and pan the map. Scroll forwards to zoom in, scroll backwards to"
149
+ " zoom out and press and hold the scroll wheel down to pan the map. You"
150
+ " can configure options for scroll wheel behaviour in the Options panel."
151
+ ) );
152
+ addGuiTip ( myTip );
153
153
// by Tim
154
- myTip.setTitle (tr (" Stopping rendering" ) );
155
- myTip.setContent (tr (" Sometimes you have a very large dataset which takes ages "
156
- " to draw. You can press 'esc' (the escape key), or click the small red "
157
- " 'X' icon in the status bar to the bottom right of the window at any "
158
- " time to halt rendering. If you are going to be performing several "
159
- " actions (e.g. modifying symbology options) and wish to temporarily "
160
- " disable map rendering while you do so, you can uncheck the 'Render' "
161
- " checkbox in the bottom right of the status bar. Don't forget to check "
162
- " it on again when you are ready to have the map draw itself again!"
163
- ) );
164
- addGuiTip (myTip);
154
+ myTip.setTitle ( tr ( " Stopping rendering" ) );
155
+ myTip.setContent ( tr ( " Sometimes you have a very large dataset which takes ages"
156
+ " to draw. You can press 'esc' (the escape key), or click the small red"
157
+ " 'X' icon in the status bar to the bottom right of the window at any"
158
+ " time to halt rendering. If you are going to be performing several"
159
+ " actions (e.g. modifying symbology options) and wish to temporarily"
160
+ " disable map rendering while you do so, you can uncheck the 'Render'"
161
+ " checkbox in the bottom right of the status bar. Don't forget to check"
162
+ " it on again when you are ready to have the map draw itself again!"
163
+ ) );
164
+ addGuiTip ( myTip );
165
165
/* Template for adding more tips
166
166
myTip.setTitle(tr(""));
167
167
myTip.setContent(tr(""
0 commit comments