Skip to content

Commit

Permalink
Fix incorrect tooltips in effects widget
Browse files Browse the repository at this point in the history
(cherry-picked from e2abea6)
  • Loading branch information
nyalldawson committed Jun 30, 2016
1 parent 4e41c36 commit 0cc424d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/effects/qgseffectstackpropertieswidgetbase.ui
Expand Up @@ -83,7 +83,7 @@
</size>
</property>
<property name="toolTip">
<string>Add symbol layer</string>
<string>Add new effect</string>
</property>
</widget>
</item>
Expand All @@ -96,7 +96,7 @@
</size>
</property>
<property name="toolTip">
<string>Remove symbol layer</string>
<string>Remove effect</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0cc424d

Please sign in to comment.