Forráskód Böngészése

msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45851 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 éve
szülő
commit
1e212dff15

+ 1 - 1
imagery/i.biomass/main.c

@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("fpar"));
     G_add_keyword(_("yield"));
     module->description =
-	_("Computes biomass growth, precursor of crop yield calculation");
+	_("Computes biomass growth, precursor of crop yield calculation.");
     
     /* Define the different options */ 
     input1 = G_define_standard_option(G_OPT_R_INPUT);

+ 5 - 3
imagery/i.latlong/i.latlong.html

@@ -1,10 +1,12 @@
 <H2>DESCRIPTION</H2>
 
-<EM>i.latlong</EM> creates a latitude (degree decimal) map, or longitude if the -l flag is used, from any map in any projection using PROJ.4 library. 
-This is an input to r.sun and i.evapo.potrad.
+<EM>i.latlong</EM> creates a latitude (degree decimal) map, or longitude
+if the -l flag is used, from any map in any projection using PROJ.4 library. 
+This is an input to <em>r.sun</em> and <em>i.evapo.potrad</em>.
+
 <H2>NOTES</H2>
 
-The proj <A HREF="http://www.remotesensing.org/proj/">website</A>.
+The PROJ.4 <A HREF="http://trac.osgeo.org/proj/">website</A>.
 
 <H2>TODO</H2>
 Datum transform is not implemented, the same datum is taken as output.

+ 1 - 1
imagery/i.latlong/main.c

@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("latitude"));
     G_add_keyword(_("longitude"));
     G_add_keyword(_("projection"));
-    module->description = _("creates a latitude/longitude map");
+    module->description = _("Creates a latitude/longitude map.");
     
     /* Define the different options */ 
     input1 = G_define_standard_option(G_OPT_R_INPUT);

+ 1 - 1
imagery/i.modis.qc/main.c

@@ -121,7 +121,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("Vegetation"));
     G_add_keyword(_("Modis"));
     module->description =
-	_("Extract quality control parameters from Modis QC layers");
+	_("Extract quality control parameters from Modis QC layers.");
 
     /* Define the different options */ 
     input = G_define_option();