Skip to content

Commit

Permalink
[needs-docs] Remove "slow" suffix from free/horizontal polygon labeli…
Browse files Browse the repository at this point in the history
…ng mode

These aren't so slow anymore to warrant having the extra text
  • Loading branch information
nyalldawson committed Dec 29, 2019
1 parent 250b372 commit 578f32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgstextformatwidgetbase.ui
Expand Up @@ -4336,7 +4336,7 @@ font-style: italic;</string>
<item row="0" column="1">
<widget class="QRadioButton" name="radPolygonHorizontal">
<property name="text">
<string>Horizontal (slow)</string>
<string>Horizontal</string>
</property>
</widget>
</item>
Expand All @@ -4356,7 +4356,7 @@ font-style: italic;</string>
<item row="1" column="1">
<widget class="QRadioButton" name="radPolygonFree">
<property name="text">
<string>Free (slow)</string>
<string>Free</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 578f32a

Please sign in to comment.