[GRASS-SVN] r39254 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 19 15:30:46 EDT 2009


Author: martinl
Date: 2009-09-19 15:30:45 -0400 (Sat, 19 Sep 2009)
New Revision: 39254

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wording (see trac #751)
	(merge r39253 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2009-09-19 19:11:09 UTC (rev 39253)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2009-09-19 19:30:45 UTC (rev 39254)
@@ -392,11 +392,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