[GRASS-SVN] r54149 - grass/trunk/gui/wxpython/location_wizard

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 2 15:04:08 PST 2012


Author: neteler
Date: 2012-12-02 15:04:08 -0800 (Sun, 02 Dec 2012)
New Revision: 54149

Modified:
   grass/trunk/gui/wxpython/location_wizard/wizard.py
Log:
msg cosmetics

Modified: grass/trunk/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/trunk/gui/wxpython/location_wizard/wizard.py	2012-12-02 22:18:33 UTC (rev 54148)
+++ grass/trunk/gui/wxpython/location_wizard/wizard.py	2012-12-02 23:04:08 UTC (rev 54149)
@@ -133,7 +133,7 @@
                        wx.ALL, border = 5,
                        pos = (2, 2))
 
-        self.sizer.Add(item = self.MakeLabel("%s:" % _("Location Title"),
+        self.sizer.Add(item = self.MakeLabel("%s:" % _("Optional Location Title"),
                                              tooltip = _("Optional location title, "
                                                          "you can leave this field blank.")),
                        flag = wx.ALIGN_RIGHT |



More information about the grass-commit mailing list