Skip to content

Commit

Permalink
Update tooltips for scale and rotate features tools
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Mar 21, 2021
1 parent 71555ab commit 106c826
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -2531,7 +2531,8 @@ Acts on the currently active layer only.</string>
<string>Scale Feature(s)</string>
</property>
<property name="toolTip">
<string>Scale Feature(s)</string>
<string>Scale Feature(s)
Ctrl+click to set the base point.</string>
</property>
</action>
<action name="mActionRotateFeature">
Expand All @@ -2546,7 +2547,9 @@ Acts on the currently active layer only.</string>
<string>Rotate Feature(s)</string>
</property>
<property name="toolTip">
<string>Rotate Feature(s)</string>
<string>Rotate Feature(s)
Ctrl+click to set the center of rotation.
Shift+click to snap rotation to 45 degree steps.</string>
</property>
</action>
<action name="mActionIncreaseBrightness">
Expand Down

0 comments on commit 106c826

Please sign in to comment.