Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup identify tooltip strings
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/ui/qgsidentifyresultsbase.ui
|
@@ -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> |
|
@@ -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> |
|
|