[GRASS-SVN] r33360 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 9 19:05:28 EDT 2008


Author: martinl
Date: 2008-09-09 19:05:28 -0400 (Tue, 09 Sep 2008)
New Revision: 33360

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
Log:
wxGUI: cosmetics in category dialog


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py	2008-09-09 23:03:33 UTC (rev 33359)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/vdigit.py	2008-09-09 23:05:28 UTC (rev 33360)
@@ -2412,7 +2412,7 @@
                       wx.LEFT | wx.RIGHT | wx.BOTTOM, border=5)
         fidSizer = wx.BoxSizer(wx.HORIZONTAL)
         fidSizer.Add(item=wx.StaticText(parent=self, id=wx.ID_ANY,
-                                        label=_("Feature id")),
+                                        label=_("Feature id:")),
                      proportion=0, border=5,
                      flag=wx.ALIGN_CENTER_VERTICAL)
         fidSizer.Add(item=self.fidMulti, proportion=0,



More information about the grass-commit mailing list