[GRASS-SVN] r43972 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 18 11:12:24 EDT 2010
Author: martinl
Date: 2010-10-18 08:12:24 -0700 (Mon, 18 Oct 2010)
New Revision: 43972
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: simplify title of MapsetAccess dialog
(merge r43970 from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py 2010-10-18 15:10:27 UTC (rev 43971)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py 2010-10-18 15:12:24 UTC (rev 43972)
@@ -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