[GRASS-SVN] r71247 - grass/branches/releasebranch_7_2/gui/wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 8 18:27:00 PDT 2017
Author: annakrat
Date: 2017-07-08 18:26:59 -0700 (Sat, 08 Jul 2017)
New Revision: 71247
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/mapdisp/toolbars.py
Log:
wxGUI/vdigit: update warning message (merge from trunk, r71246)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/mapdisp/toolbars.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/mapdisp/toolbars.py 2017-07-09 01:25:45 UTC (rev 71246)
+++ grass/branches/releasebranch_7_2/gui/wxpython/mapdisp/toolbars.py 2017-07-09 01:26:59 UTC (rev 71247)
@@ -123,10 +123,10 @@
log.WriteWarning(_('Reason: %s') % errorMsg)
log.WriteLog(
_(
- 'Note that the wxGUI\'s vector digitizer is currently disabled '
- '(hopefully this will be fixed soon). '
+ 'Note that the wxGUI\'s vector digitizer is disabled in this installation. '
'Please keep an eye out for updated versions of GRASS. '
- 'In the meantime you can use "v.digit" from the Develop Vector menu.'),
+ 'In the meantime you can use "v.edit" for non-interactive editing '
+ 'from the Develop vector map menu.'),
wrap=60)
self.toolId['vdigit'] = -1
More information about the grass-commit
mailing list