فهرست منبع

minor wording tweak

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57381 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 سال پیش
والد
کامیت
d1b4374b31
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      display/d.barscale/main.c

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

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