瀏覽代碼

r.what: Char string => String

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60700 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 年之前
父節點
當前提交
9d3ec482d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.what/main.c

+ 1 - 1
raster/r.what/main.c

@@ -120,7 +120,7 @@ int main(int argc, char *argv[])
     opt.null->type = TYPE_STRING;
     opt.null->required = NO;
     opt.null->answer = "*";
-    opt.null->description = _("Char string to represent no data cell");
+    opt.null->description = _("String to represent no data cell");
     opt.null->guisection = _("Print");
     
     opt.output = G_define_standard_option(G_OPT_F_OUTPUT);