[GRASS-SVN] r45413 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 16 07:24:45 EST 2011
Author: martinl
Date: 2011-02-16 04:24:45 -0800 (Wed, 16 Feb 2011)
New Revision: 45413
Modified:
grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
hamish: missing space between sentences
(merge r45410 from devbr6)
Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2011-02-16 12:13:53 UTC (rev 45412)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2011-02-16 12:24:45 UTC (rev 45413)
@@ -1982,7 +1982,7 @@
wx.MessageBox(parent = self.wizard,
message = _("Location <%(loc)s> will be created "
- "in GIS data directory <%(dir)s>."
+ "in GIS data directory <%(dir)s>. "
"You will need to change the default GIS "
"data directory in the GRASS startup screen.") % \
{ 'loc' : location, 'dir' : database},
More information about the grass-commit
mailing list