Explorar o código

fixed docstring for profile toolbar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32515 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton %!s(int64=17) %!d(string=hai) anos
pai
achega
061427e73c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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