Explorar o código

dot @$ module desc

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46076 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=14) %!d(string=hai) anos
pai
achega
4c41ddc26f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      raster/r.carve/main.c

+ 1 - 1
raster/r.carve/main.c

@@ -73,7 +73,7 @@ int main(int argc, char **argv)
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("hydrology"));
-    module->label = _("Generates stream channels");
+    module->label = _("Generates stream channels.");
     module->description = _("Takes vector stream data, transforms it "
 			    "to raster and subtracts depth from the output DEM.");