浏览代码

Vlib: Vect_copy_map_lines_field(), copy != export

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52588 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父节点
当前提交
9a8ae6a28a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/vector/Vlib/copy.c

+ 2 - 2
lib/vector/Vlib/copy.c

@@ -174,9 +174,9 @@ int copy_lines_2(struct Map_info *In, int field, int native, struct Map_info *Ou
     ret = 0;
     nlines = Vect_get_num_lines(In);
     if (native)
-        G_message(_("Exporting features..."));
+        G_message(_("Copying features..."));
     else
-        G_message(_("Exporting features (%s)..."),
+        G_message(_("Copying features (%s)..."),
                       Vect_get_finfo_geometry_type(Out));
     
     for (i = 1; i <= nlines; i++) {