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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 18 11:06:55 EDT 2010


Author: martinl
Date: 2010-10-18 08:06:55 -0700 (Mon, 18 Oct 2010)
New Revision: 43970

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: simplify title of MapsetAccess dialog


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2010-10-18 11:44:15 UTC (rev 43969)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2010-10-18 15:06:55 UTC (rev 43970)
@@ -2207,7 +2207,7 @@
     decorations
     """
     def __init__(self, parent, id = wx.ID_ANY,
-                 title=_('Set/unset access to mapsets in current location'),
+                 title=_('Manage access to mapsets'),
                  size = (350, 400),
                  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER, **kwargs):
         



More information about the grass-commit mailing list