Skip to content

Commit

Permalink
Fix incorrect tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 23, 2018
1 parent c50cbfc commit 502d9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/layout/qgsreportorganizerwidgetbase.ui
Expand Up @@ -56,7 +56,7 @@
<item>
<widget class="QPushButton" name="mButtonAddSection">
<property name="toolTip">
<string>Add rule</string>
<string>Add section</string>
</property>
<property name="text">
<string/>
Expand All @@ -70,7 +70,7 @@
<item>
<widget class="QPushButton" name="mButtonRemoveSection">
<property name="toolTip">
<string>Remove selected rules</string>
<string>Remove selected section</string>
</property>
<property name="text">
<string/>
Expand Down

0 comments on commit 502d9d7

Please sign in to comment.