[GRASS-SVN] r64597 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 12 18:59:17 PST 2015


Author: annakrat
Date: 2015-02-12 18:59:17 -0800 (Thu, 12 Feb 2015)
New Revision: 64597

Modified:
   grass/trunk/gui/wxpython/gis_set.py
Log:
wxGUI/start up: remove sentence about setting default region, it was already moved to a different dialog

Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py	2015-02-12 21:49:38 UTC (rev 64596)
+++ grass/trunk/gui/wxpython/gis_set.py	2015-02-13 02:59:17 UTC (rev 64597)
@@ -506,9 +506,8 @@
             self.lbmapsets.SetSelection(0)
             self.SetLocation(self.gisdbase, gWizard.location, 'PERMANENT')
             if gWizard.georeffile:
-                message = _("Do you want to import <%(name)s> to the newly created location? "
-                            "The location's default region will be set from this imported "
-                            "map.") % {'name': gWizard.georeffile}
+                message = _("Do you want to import <%(name)s> to the newly created location?") % \
+                    {'name': gWizard.georeffile}
                 dlg = wx.MessageDialog(parent = self,
                                        message = message,
                                        caption = _("Import data?"),



More information about the grass-commit mailing list