[GRASS-SVN] r47174 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 18 16:05:16 EDT 2011
Author: martinl
Date: 2011-07-18 13:05:16 -0700 (Mon, 18 Jul 2011)
New Revision: 47174
Modified:
grass/trunk/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI: cosmetics in message
Modified: grass/trunk/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2011-07-18 19:54:42 UTC (rev 47173)
+++ grass/trunk/gui/wxpython/gui_modules/mapdisp.py 2011-07-18 20:05:16 UTC (rev 47174)
@@ -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