[GRASS-SVN] r39267 - grass/branches/releasebranch_6_4/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 20 02:34:35 EDT 2009
Author: martinl
Date: 2009-09-20 02:34:34 -0400 (Sun, 20 Sep 2009)
New Revision: 39267
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
wording (see trac #751) (merge r39253 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2009-09-20 05:03:10 UTC (rev 39266)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2009-09-20 06:34:34 UTC (rev 39267)
@@ -428,11 +428,8 @@
# ask user to save current settings
if maptree.GetCount() > 0:
dlg = wx.MessageDialog(self,
- message=_("Do you want to close display %(display)d?"
- "\n\n%(message)s") % \
- { 'display' : self.curr_pagenum + 1,
- 'message' : message },
- caption=_("Close display"),
+ message=message,
+ caption=_("Close Map Display %d") % (self.curr_pagenum + 1),
style=wx.YES_NO | wx.YES_DEFAULT |
wx.CANCEL | wx.ICON_QUESTION | wx.CENTRE)
ret = dlg.ShowModal()
More information about the grass-commit
mailing list