[GRASS-SVN] r47176 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 18 16:11:46 EDT 2011


Author: martinl
Date: 2011-07-18 13:11:46 -0700 (Mon, 18 Jul 2011)
New Revision: 47176

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI: cosmetics in message
      (merge r47174 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py	2011-07-18 20:10:22 UTC (rev 47175)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py	2011-07-18 20:11:46 UTC (rev 47176)
@@ -1355,7 +1355,7 @@
         if not self.tree.layer_selected or \
                 self.tree.GetPyData(self.tree.layer_selected)[0]['type'] != 'vector':
             gcmd.GMessage(parent = self,
-                          message = _("No vector map selected for querying."))
+                          message = _("No map layer selected for querying."))
             return
         
         posWindow = self.ClientToScreen((x + self.MapWindow.dialogOffset,



More information about the grass-commit mailing list