[GRASS-SVN] r53427 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 16 06:38:24 PDT 2012


Author: wenzeslaus
Date: 2012-10-16 06:38:24 -0700 (Tue, 16 Oct 2012)
New Revision: 53427

Modified:
   grass/trunk/gui/wxpython/gui_core/dialogs.py
Log:
wxGUI: add mutiple map dialog tooltip

Modified: grass/trunk/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/dialogs.py	2012-10-16 13:16:50 UTC (rev 53426)
+++ grass/trunk/gui/wxpython/gui_core/dialogs.py	2012-10-16 13:38:24 UTC (rev 53427)
@@ -1353,8 +1353,10 @@
                       pos = (2,1), span = (1, 2))
 
         self.filter.SetFocus()
-        self.filter.SetToolTipString(_("Put here regular expression."
-                                       "'.*' means anything, '^' beginning and '$' end."))
+        self.filter.SetToolTipString(_("Put here a regular expression."
+                                       " Characters '.*' stand for anything,"
+                                       " character '^' stands for the beginning"
+                                       " and '$' for the end."))
 
         # layer list 
         bodySizer.Add(item = wx.StaticText(parent = self, label = _("List of maps:")),



More information about the grass-commit mailing list