[GRASS-SVN] r36997 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 5 10:46:36 EDT 2009


Author: martinl
Date: 2009-05-05 10:46:36 -0400 (Tue, 05 May 2009)
New Revision: 36997

Modified:
   grass/trunk/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: cosmetics in title (also rasters can be imported)


Modified: grass/trunk/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gdialogs.py	2009-05-05 06:51:19 UTC (rev 36996)
+++ grass/trunk/gui/wxpython/gui_modules/gdialogs.py	2009-05-05 14:46:36 UTC (rev 36997)
@@ -1092,7 +1092,7 @@
         
         self.InsertColumn(0, _('Layer'))
         self.InsertColumn(1, _('Layer name'))
-        self.InsertColumn(2, _('Output vector map name'))
+        self.InsertColumn(2, _('Name for GRASS map'))
         
         self.Bind(wx.EVT_COMMAND_RIGHT_CLICK, self.OnPopupMenu) #wxMSW
         self.Bind(wx.EVT_RIGHT_UP,            self.OnPopupMenu) #wxGTK



More information about the grass-commit mailing list