[GRASS-SVN] r37188 - grass/branches/develbranch_6/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 12 06:20:28 EDT 2009


Author: hamish
Date: 2009-05-12 06:20:27 -0400 (Tue, 12 May 2009)
New Revision: 37188

Modified:
   grass/branches/develbranch_6/gui/tcltk/gis.m/vector.tcl
Log:
don't abbreviate ambiguous words

Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/vector.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/vector.tcl	2009-05-12 10:05:50 UTC (rev 37187)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/vector.tcl	2009-05-12 10:20:27 UTC (rev 37188)
@@ -442,7 +442,7 @@
     set row [ frame $frm.label3 ]
     LabelEntry $row.a -label [G_msg "     Layer for labels"] \
                 -textvariable GmVector::opt($id,1,lfield) -width 3 
-    LabelEntry $row.b -label [G_msg "   Attribute col for labels"] \
+    LabelEntry $row.b -label [G_msg "   Attribute column for labels"] \
                 -textvariable GmVector::opt($id,1,attribute) -width 23
     pack $row.a $row.b -side left
     pack $row -side top -fill both -expand yes



More information about the grass-commit mailing list