浏览代码

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 年之前
父节点
当前提交
cd10715f88
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(0, _('Layer'))
         self.InsertColumn(1, _('Layer name'))
         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_COMMAND_RIGHT_CLICK, self.OnPopupMenu) #wxMSW
         self.Bind(wx.EVT_RIGHT_UP,            self.OnPopupMenu) #wxGTK
         self.Bind(wx.EVT_RIGHT_UP,            self.OnPopupMenu) #wxGTK