Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
ad578f7387
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);