File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,17 @@ QgsTipFactory::QgsTipFactory() : QObject()
105
105
addGuiTip ( myTip );
106
106
addGuiTip ( myTip );
107
107
// This tip contributed by Andreas Neumann
108
- myTip.setTitle ( tr ( " Lock an element in the layout view" ) );
108
+ myTip.setTitle ( tr ( " Lock an item in the layout view" ) );
109
109
myTip.setContent ( tr ( " Locking an element in the layout view prevents you to select or accidentally"
110
- " move it with the mouse. (Un)Locking an item is done by ticking its checkbox"
111
- " in the <strong>Items</strong> tab. While in a locked state, you can"
112
- " still get it selected from the <strong>Items</strong> tab, move it with the arrow keys"
113
- " or configure any of its properties in the <strong>Item Properties</strong> tab"
114
- " including precisely place it by setting its <strong>Position and Size</strong>."
115
- ) );
110
+ " move it with the mouse. Locking an item is done by checking its"
111
+ " <img src=\" :/images/themes/default/locked.svg\" /> state in the"
112
+ " <strong>%1</strong> tab. While in a locked state, you can still get it"
113
+ " selected from the <strong>%1</strong> tab, and configure any of its"
114
+ " properties in the <strong>%2</strong> tab, including precisely setting"
115
+ " its position and size." )
116
+ .arg ( tr ( " Items" ) )
117
+ .arg ( tr ( " Item Properties" ) )
118
+ );
116
119
addGuiTip ( myTip );
117
120
// This tip contributed by Andreas Neumann
118
121
myTip.setTitle ( tr ( " Rotating a map and linking a north arrow" ) );
You can’t perform that action at this time.
0 commit comments