ソースを参照

dot @$ module desc

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46076 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 14 年 前
コミット
4c41ddc26f
1 ファイル変更1 行追加1 行削除
  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.");