Parcourir la source

r.terraflow: missing dot in description (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65392 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa il y a 10 ans
Parent
commit
c7a7696d92
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      raster/r.terraflow/main.cpp

+ 2 - 2
raster/r.terraflow/main.cpp

@@ -452,11 +452,11 @@ main(int argc, char *argv[]) {
   module = G_define_module();
 #ifdef ELEV_SHORT
   module->label = _("Performs flow computation for massive grids.");
-  module->description = _("Integer version");
+  module->description = _("Integer version.");
 #endif
 #ifdef ELEV_FLOAT
   module->label = _("Performs flow computation for massive grids.");
-  module->description = _("Float version");
+  module->description = _("Float version.");
 #endif
   G_add_keyword(_("raster"));
   G_add_keyword(_("hydrology"));