@@ -95,8 +95,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
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"
98
- " <strong>Position and Size</strong> dialogue , which can be found in the"
99
- " tab <strong>Item Properties -> General Options -> Position and Size</strong>."
98
+ " <strong>Position and Size</strong> section , which can be found in the"
99
+ " tab <strong>Item Properties -> Position and Size</strong>."
100
100
" The other move tool (map canvas icon with right arrow) allows one"
101
101
" to move the map content within a map frame."
102
102
) );
@@ -114,8 +114,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
114
114
addGuiTip ( myTip );
115
115
// This tip contributed by Andreas Neumann
116
116
myTip.setTitle ( tr ( " Rotating a map and linking a north arrow" ) );
117
- myTip.setContent ( tr ( " You can rotate a map by setting its rotation value"
118
- " in the <strong>Item Properties -> Map</strong> section."
117
+ myTip.setContent ( tr ( " In the Print Composer you can rotate a map by setting its rotation value"
118
+ " in the tab <strong>Item Properties -> Map -> Main properties </strong> section."
119
119
" To place a north arrow in your layout you can use the"
120
120
" <strong>Add Image</strong> tool. After the selection and"
121
121
" placement of the north arrow in the layout you can link it"
@@ -144,8 +144,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
144
144
// by Tim
145
145
myTip.setTitle ( tr ( " Stopping 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 small red "
148
- " 'X' icon in the status bar to the bottom right of the window at any"
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
149
" time to halt rendering. If you are going to be performing several"
150
150
" actions (e.g. modifying symbology options) and wish to temporarily"
151
151
" disable map rendering while you do so, you can uncheck the 'Render'"
0 commit comments