Browse Source

fixed docstring for profile toolbar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32515 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 17 years ago
parent
commit
061427e73c
1 changed files with 1 additions and 1 deletions
  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):
 class ProfileToolbar(AbstractToolbar):
     """
     """
-    Toolbar for digitization
+    Toolbar for profiling raster map
     """
     """
     def __init__(self, parent, mapdisplay, map):
     def __init__(self, parent, mapdisplay, map):
         self.parent     = parent
         self.parent     = parent