[GRASS-SVN] r39253 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 19 15:11:10 EDT 2009
Author: martinl
Date: 2009-09-19 15:11:09 -0400 (Sat, 19 Sep 2009)
New Revision: 39253
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
wording (see trac #751)
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2009-09-19 18:36:40 UTC (rev 39252)
+++ grass/trunk/gui/wxpython/wxgui.py 2009-09-19 19:11:09 UTC (rev 39253)
@@ -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