浏览代码

d.legend: fix typo in module description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62652 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父节点
当前提交
7d80729ddb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      display/d.legend/main.c

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

@@ -85,7 +85,7 @@ int main(int argc, char **argv)
     G_add_keyword(_("display"));
     G_add_keyword(_("cartography"));
     module->description =
-	_("Displays a legend for a raster map (2 or 3D) in the active frame "
+	_("Displays a legend for a 2D or 3D raster map in the active frame "
 	  "of the graphics monitor.");
 
     opt_rast2d = G_define_standard_option(G_OPT_R_MAP);