Przeglądaj źródła

msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45850 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 lat temu
rodzic
commit
198b07f89e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      imagery/i.sunhours/main.c

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

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