Skip to content

Commit 3791685

Browse files
author
g_j_m
committed
Fix for ticket #411 (misleading tooltip)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6151 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 356e70c commit 3791685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/qgsattributetablebase.ui

+2-2
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)