Skip to content

Commit

Permalink
Applied Aaron's patch for ticket #556. Thanks!
Browse files Browse the repository at this point in the history
Added one more change "Field"->"Layer" in attribute dialog.


git-svn-id: http://svn.osgeo.org/qgis/trunk@7428 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Nov 16, 2007
1 parent c51e0e1 commit a5dfe88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassattributes.cpp
Expand Up @@ -168,7 +168,7 @@ int QgsGrassAttributes::addTab ( const QString & label )

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

tb->setText ( 0, 0, tr("Field") );
tb->setText ( 0, 0, tr("Layer") );
tb->setText ( 1, 0, "Cat" );

tabCats->addTab ( tb, label );
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrasseditbase.ui
Expand Up @@ -128,7 +128,7 @@
</sizepolicy>
</property>
<property name="text" >
<string>Field (layer)</string>
<string>Layer</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -407,7 +407,7 @@
</rect>
</property>
<property name="text" >
<string>Field (layer)</string>
<string>Layer</string>
</property>
</widget>
<widget class="QComboBox" name="mTableField" >
Expand Down

0 comments on commit a5dfe88

Please sign in to comment.