Skip to content

Commit 4bc95c6

Browse files
author
wonder
committedNov 16, 2007
Applied Aaron's patch for ticket #556. Thanks!
Added one more change "Field"->"Layer" in attribute dialog. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7428 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/plugins/grass/qgsgrassattributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ int QgsGrassAttributes::addTab ( const QString & label )
168168

169169
tb->setLeftMargin(0); // hide row labels
170170

171-
tb->setText ( 0, 0, tr("Field") );
171+
tb->setText ( 0, 0, tr("Layer") );
172172
tb->setText ( 1, 0, "Cat" );
173173

174174
tabCats->addTab ( tb, label );

‎src/plugins/grass/qgsgrasseditbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
</sizepolicy>
129129
</property>
130130
<property name="text" >
131-
<string>Field (layer)</string>
131+
<string>Layer</string>
132132
</property>
133133
</widget>
134134
</item>
@@ -407,7 +407,7 @@
407407
</rect>
408408
</property>
409409
<property name="text" >
410-
<string>Field (layer)</string>
410+
<string>Layer</string>
411411
</property>
412412
</widget>
413413
<widget class="QComboBox" name="mTableField" >

0 commit comments

Comments
 (0)
Please sign in to comment.