소스 검색

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_in->description = _("Name of two or more input raster maps");
 
 
     opt_out = G_define_option();
     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 =
     opt_out->description =
 	_("A numerical suffix will be added for each component map");
 	_("A numerical suffix will be added for each component map");
     opt_out->key = "output_prefix";
     opt_out->key = "output_prefix";