浏览代码

v.krige: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40326 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父节点
当前提交
55021a4939
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/v.krige/v.krige.py

+ 1 - 1
scripts/v.krige/v.krige.py

@@ -412,7 +412,7 @@ def importR():
     # @FIXME: it leaves a Rtmpxxxx folder into the make tempfolder and causes make complain. [markus]
     for each in ["gstat", "spgrass6", "maptools"]:
         if not robjects.r.require(each, quietly = True)[0]:
-            sys.exit(_("R package % is missing. Install it and re-run v.krige.") % each)
+            sys.exit(_("R package '%s' is missing. Install it and re-run v.krige.") % each)
     
 if __name__ == '__main__':
     if len(sys.argv) > 1: