ソースを参照

libgis: standard option descriptions refined

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60422 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 年 前
コミット
bb9c302357
1 ファイル変更2 行追加2 行削除
  1. 2 2
      lib/gis/parser_standard_options.c

+ 2 - 2
lib/gis/parser_standard_options.c

@@ -578,7 +578,7 @@ struct Option *G_define_standard_option(int opt)
 	Opt->gisprompt = "old,color_none,color";
 	Opt->label = _("Background color");
 	Opt->description =
-	    _("Either a standard GRASS color, R:G:B triplet, or \"none\"");
+	    _("Either a standard color name, R:G:B triplet, or \"none\"");
 	break;
 
 	/* misc */
@@ -589,7 +589,7 @@ struct Option *G_define_standard_option(int opt)
         Opt->key_desc = "name";
         Opt->required = YES;
         Opt->gisprompt = "old,dir,dir";
-        Opt->description = _("Name to input directory");
+        Opt->description = _("Name of input directory");
         break;
 
     case G_OPT_M_UNITS: