浏览代码

fixed docstring for profile toolbar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32515 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 17 年之前
父节点
当前提交
061427e73c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_modules/toolbars.py

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

@@ -946,7 +946,7 @@ class VDigitToolbar(AbstractToolbar):
 
 class ProfileToolbar(AbstractToolbar):
     """
-    Toolbar for digitization
+    Toolbar for profiling raster map
     """
     def __init__(self, parent, mapdisplay, map):
         self.parent     = parent