소스 검색

msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45850 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 년 전
부모
커밋
198b07f89e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);