Explorar o código

v.krige: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40326 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=15) %!d(string=hai) anos
pai
achega
55021a4939
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]
     # @FIXME: it leaves a Rtmpxxxx folder into the make tempfolder and causes make complain. [markus]
     for each in ["gstat", "spgrass6", "maptools"]:
     for each in ["gstat", "spgrass6", "maptools"]:
         if not robjects.r.require(each, quietly = True)[0]:
         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 __name__ == '__main__':
     if len(sys.argv) > 1:
     if len(sys.argv) > 1: