소스 검색

make at= label more relevant to this module

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57380 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 년 전
부모
커밋
ad578f7387
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      display/d.barscale/main.c

+ 1 - 1
display/d.barscale/main.c

@@ -83,7 +83,7 @@ int main(int argc, char **argv)
     coords->options = "0-100";
     coords->required = YES;
     coords->label =
-	_("The screen coordinates for top-left corner of label");
+	_("Screen coordinates of the rectangle's top-left corner");
     coords->description = _("(0,0) is lower-left of frame");
 
     fg_color_opt = G_define_standard_option(G_OPT_C_FG);