瀏覽代碼

label standardization (like r.texture)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52368 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 年之前
父節點
當前提交
5d4ef99833
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      imagery/i.pca/main.c

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

@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
     opt_in->description = _("Name of two or more input raster maps");
 
     opt_out = G_define_option();
-    opt_out->label = _("Base name for output raster maps");
+    opt_out->label = _("Prefix for output raster maps");
     opt_out->description =
 	_("A numerical suffix will be added for each component map");
     opt_out->key = "output_prefix";