[GRASS-SVN] r68558 - in grass/trunk: general/g.message lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 1 08:39:05 PDT 2016


Author: wenzeslaus
Date: 2016-06-01 08:39:05 -0700 (Wed, 01 Jun 2016)
New Revision: 68558

Modified:
   grass/trunk/general/g.message/g.message.html
   grass/trunk/lib/init/grass.py
Log:
replace Python shell by more appropriate terms (see also r67852)

Modified: grass/trunk/general/g.message/g.message.html
===================================================================
--- grass/trunk/general/g.message/g.message.html	2016-06-01 15:26:28 UTC (rev 68557)
+++ grass/trunk/general/g.message/g.message.html	2016-06-01 15:39:05 UTC (rev 68558)
@@ -62,7 +62,7 @@
 </ul>
 
 <p>
-Note: The Python shell in the <em>wxGUI</em> can be used for entering the
+Note: The Python tab in the <em>wxGUI</em> can be used for entering the
 following sample code:
 <p>
 

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2016-06-01 15:26:28 UTC (rev 68557)
+++ grass/trunk/lib/init/grass.py	2016-06-01 15:39:05 UTC (rev 68558)
@@ -357,7 +357,7 @@
     addon_path_var=_("set additional path(s) to local GRASS modules or user scripts"),
     addon_base_var=_("set additional GISBASE for locally installed GRASS Addons"),
     batch_var=_("shell script to be processed as batch job"),
-    python_var=_("set python shell name to override 'python'"),
+    python_var=_("set Python interpreter name to override 'python'"),
     exec_=_("execute GRASS module or script"),
     exec_detail=_("provided executable will be executed in GRASS session"),
     executable=_("GRASS module, script or any other executable"),



More information about the grass-commit mailing list