Skip to content

Commit

Permalink
Fix for ticket #411 (misleading tooltip)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6151 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Nov 30, 2006
1 parent 356e70c commit 3791685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsattributetablebase.ui
Expand Up @@ -197,7 +197,7 @@
<item>
<widget class="QToolButton" name="mAddAttributeButton" >
<property name="toolTip" >
<string>New attribute</string>
<string>New column</string>
</property>
<property name="text" >
<string/>
Expand All @@ -213,7 +213,7 @@
<item>
<widget class="QToolButton" name="mDeleteAttributeButton" >
<property name="toolTip" >
<string>Delete attribute</string>
<string>Delete column</string>
</property>
<property name="text" >
<string/>
Expand Down

0 comments on commit 3791685

Please sign in to comment.