[GRASS-SVN] r56342 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 21 00:12:06 PDT 2013
Author: hamish
Date: 2013-05-21 00:12:05 -0700 (Tue, 21 May 2013)
New Revision: 56342
Modified:
grass/branches/develbranch_6/gui/wxpython/gis_set.py
Log:
language cleaning
Modified: grass/branches/develbranch_6/gui/wxpython/gis_set.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gis_set.py 2013-05-21 06:36:08 UTC (rev 56341)
+++ grass/branches/develbranch_6/gui/wxpython/gis_set.py 2013-05-21 07:12:05 UTC (rev 56342)
@@ -418,8 +418,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?"),
@@ -487,7 +488,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