[GRASS-SVN] r71246 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 8 18:25:45 PDT 2017


Author: annakrat
Date: 2017-07-08 18:25:45 -0700 (Sat, 08 Jul 2017)
New Revision: 71246

Modified:
   grass/trunk/gui/wxpython/mapdisp/toolbars.py
Log:
wxGUI/vdigit: update warning message

Modified: grass/trunk/gui/wxpython/mapdisp/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/toolbars.py	2017-07-09 01:14:18 UTC (rev 71245)
+++ grass/trunk/gui/wxpython/mapdisp/toolbars.py	2017-07-09 01:25:45 UTC (rev 71246)
@@ -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