Skip to content

Commit

Permalink
Cleanup identify tooltip strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 27, 2014
1 parent 3be82ff commit 04ed47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsidentifyresultsbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<item>
<widget class="QToolButton" name="mExpandToolButton">
<property name="toolTip">
<string>Expand tree.</string>
<string>Expand tree</string>
</property>
<property name="text">
<string>...</string>
Expand All @@ -64,7 +64,7 @@
<item>
<widget class="QToolButton" name="mCollapseToolButton">
<property name="toolTip">
<string>Collapse tree.</string>
<string>Collapse tree</string>
</property>
<property name="text">
<string>...</string>
Expand Down

0 comments on commit 04ed47e

Please sign in to comment.