git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66759 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1368,7 +1368,7 @@ vec_struct *G_vector_product (vec_struct *v1, vec_struct *v2, vec_struct *out)
}
if (v1->type != out->type) {
- G_warning (_("Output vector is of incorrect type"));
+ G_warning (_("Output vector is not the same type as others"));
return NULL;