Skip to content

Commit

Permalink
More consistency in labeling tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 22, 2019
1 parent 8341861 commit c5f791e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/ui/qgisapp.ui
Expand Up @@ -1884,7 +1884,8 @@
<string>Move Label and Diagram</string>
</property>
<property name="toolTip">
<string>Move Label and Diagram</string>
<string>Moves a Label or Diagram
Acts on all editable layers.</string>
</property>
</action>
<action name="mActionRotateLabel">
Expand All @@ -1899,8 +1900,9 @@
<string>Rotate Label</string>
</property>
<property name="toolTip">
<string>Rotate Label
Holding Ctrl (Cmd) while rotating increments by 15 deg.</string>
<string>Rotates a Label
Holding Ctrl (Cmd) while rotating increments by 15 deg.
Acts on all editable layers.</string>
</property>
</action>
<action name="mActionChangeLabelProperties">
Expand All @@ -1916,7 +1918,8 @@ Holding Ctrl (Cmd) while rotating increments by 15 deg.</string>
</property>
<property name="toolTip">
<string>Change Label Properties
Allows customization of individual label properties such as font size and color.</string>
Allows customization of individual label properties such as font size and color.
Acts on all editable layers.</string>
</property>
</action>
<action name="mActionStyleManager">
Expand Down

0 comments on commit c5f791e

Please sign in to comment.