瀏覽代碼

msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42918 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 年之前
父節點
當前提交
6e07238f50
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/v.krige/v.krige.py

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

@@ -403,7 +403,7 @@ def importR():
         import rpy2.rinterface as rinterface #to speed up kriging? for plots.
         haveRpy2 = True
     except ImportError:
-        print >> sys.stderr, _("Rpy2 not found. Please install it and re-run.") # ok for other OSes?
+        print >> sys.stderr, _("Python module 'Rpy2' not found. Please install it and re-run v.krige.") # ok for other OSes?
         haveRpy2 = False
         if not haveRpy2:
             sys.exit(1)