Skip to content

Commit c3143e6

Browse files
committed
fixing tips - thanks to Richard for pointing to it
1 parent 6323def commit c3143e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/qgstipfactory.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
9595
" elements. The left one (right arrow icon) selects and moves elements"
9696
" in the layout. After selecting the element with this tool you can also"
9797
" 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>."
100100
" The other move tool (map canvas icon with right arrow) allows one"
101101
" to move the map content within a map frame."
102102
) );
@@ -114,8 +114,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
114114
addGuiTip( myTip );
115115
// This tip contributed by Andreas Neumann
116116
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."
119119
" To place a north arrow in your layout you can use the"
120120
" <strong>Add Image</strong> tool. After the selection and"
121121
" placement of the north arrow in the layout you can link it"
@@ -144,8 +144,8 @@ QgsTipFactory::QgsTipFactory() : QObject()
144144
// by Tim
145145
myTip.setTitle( tr( "Stopping rendering" ) );
146146
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"
149149
" time to halt rendering. If you are going to be performing several"
150150
" actions (e.g. modifying symbology options) and wish to temporarily"
151151
" disable map rendering while you do so, you can uncheck the 'Render'"

0 commit comments

Comments
 (0)