浏览代码

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);