Explorar el Código

misspelling

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45153 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky hace 14 años
padre
commit
469ab9c899
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      visualization/nviz/scripts/panel_vol.tcl

+ 1 - 1
visualization/nviz/scripts/panel_vol.tcl

@@ -865,7 +865,7 @@ proc create_isosurfs_subpanel { BASE } {
 	Button $bottom.up -text "Move Up" -command "isosurf_up $pname" -bd 1\
 		-helptext "Move isosurface up in list"
     Button $bottom.down -text "Move Down" -command "isosurf_down $pname" -bd 1\
-		-helptext "Move isosurface own in list"
+		-helptext "Move isosurface down in list"
     
     pack $top.add $top.delete -side top -expand 1 -fill x
     pack $bottom.down $bottom.up -side bottom -expand 1 -fill x