فهرست منبع

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++) {