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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 21 00:13:14 PDT 2013


Author: hamish
Date: 2013-05-21 00:13:14 -0700 (Tue, 21 May 2013)
New Revision: 56343

Modified:
   grass/trunk/gui/wxpython/gis_set.py
Log:
language cleaning (merge from devbr6)

Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py	2013-05-21 07:12:05 UTC (rev 56342)
+++ grass/trunk/gui/wxpython/gis_set.py	2013-05-21 07:13:14 UTC (rev 56343)
@@ -414,8 +414,9 @@
             self.lbmapsets.SetSelection(0)
             self.SetLocation(self.gisdbase, gWizard.location, 'PERMANENT')
             if gWizard.georeffile:
-                message = _("Do you want to import file <%(name)s> to created location? "
-                            "Default region will be set to match imported map.") % {'name': 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}
                 dlg = wx.MessageDialog(parent = self,
                                        message = message,
                                        caption = _("Import data?"),
@@ -483,7 +484,7 @@
                    message = _("Import of <%(name)s> failed.\n"
                                "Reason: %(msg)s") % ({'name': filePath, 'msg': error}))
         else:
-            GMessage(message = _("Data <%(name)s> imported successfully.") % {'name': filePath},
+            GMessage(message = _("Data file <%(name)s> imported successfully.") % {'name': filePath},
                      parent = self)
             if not grass.find_file(element = 'cell', name = mapName)['fullname'] and \
                     not grass.find_file(element = 'vector', name = mapName)['fullname']:



More information about the grass-commit mailing list