[GRASS-SVN] r68917 - in grass/branches/releasebranch_7_2: general/g.message lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 9 12:39:14 PDT 2016
Author: wenzeslaus
Date: 2016-07-09 12:39:14 -0700 (Sat, 09 Jul 2016)
New Revision: 68917
Modified:
grass/branches/releasebranch_7_2/general/g.message/g.message.html
grass/branches/releasebranch_7_2/lib/init/grass.py
Log:
replace Python shell by more appropriate terms (see also r67852, backport r68558)
Modified: grass/branches/releasebranch_7_2/general/g.message/g.message.html
===================================================================
--- grass/branches/releasebranch_7_2/general/g.message/g.message.html 2016-07-09 19:36:32 UTC (rev 68916)
+++ grass/branches/releasebranch_7_2/general/g.message/g.message.html 2016-07-09 19:39:14 UTC (rev 68917)
@@ -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/branches/releasebranch_7_2/lib/init/grass.py
===================================================================
--- grass/branches/releasebranch_7_2/lib/init/grass.py 2016-07-09 19:36:32 UTC (rev 68916)
+++ grass/branches/releasebranch_7_2/lib/init/grass.py 2016-07-09 19:39:14 UTC (rev 68917)
@@ -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