Browse Source

wxGUI: cosmetics in title (also rasters can be imported)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36997 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
cd10715f88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/gdialogs.py

+ 1 - 1
gui/wxpython/gui_modules/gdialogs.py

@@ -1092,7 +1092,7 @@ class LayersList(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin,
         
         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