Skip to content

Commit f3861ad

Browse files
author
g_j_m
committedNov 30, 2006
Fix for ticket #411 (misleading tooltip)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6151 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent dad035c commit f3861ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsattributetablebase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<item>
198198
<widget class="QToolButton" name="mAddAttributeButton" >
199199
<property name="toolTip" >
200-
<string>New attribute</string>
200+
<string>New column</string>
201201
</property>
202202
<property name="text" >
203203
<string/>
@@ -213,7 +213,7 @@
213213
<item>
214214
<widget class="QToolButton" name="mDeleteAttributeButton" >
215215
<property name="toolTip" >
216-
<string>Delete attribute</string>
216+
<string>Delete column</string>
217217
</property>
218218
<property name="text" >
219219
<string/>

0 commit comments

Comments
 (0)
Please sign in to comment.