浏览代码

v.distance: message consistency

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70628 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 8 年之前
父节点
当前提交
8d5382e3cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vector/v.distance/main.c

+ 1 - 1
vector/v.distance/main.c

@@ -304,7 +304,7 @@ int main(int argc, char *argv[])
      * dmax= because count may not be nfrom^2. Needs to populate Near[] fully
      * dmax= because count may not be nfrom^2. Needs to populate Near[] fully
      * even if some near features are not found */
      * even if some near features are not found */
     if (print_as_matrix && (min >= 0 || max >= 0))
     if (print_as_matrix && (min >= 0 || max >= 0))
-	G_fatal_error(_("Printing distance matrix not supported with dmin= or dmax="));
+	G_fatal_error(_("Printing distance matrix is not supported with dmin= or dmax="));
 
 
     /* alloc */
     /* alloc */
     Upload = (UPLOAD *) G_calloc(i + 1, sizeof(UPLOAD));
     Upload = (UPLOAD *) G_calloc(i + 1, sizeof(UPLOAD));