[GRASS-SVN] r45410 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 16 06:46:19 EST 2011
Author: hamish
Date: 2011-02-16 03:46:19 -0800 (Wed, 16 Feb 2011)
New Revision: 45410
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
missing space between sentences
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py 2011-02-16 06:52:20 UTC (rev 45409)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py 2011-02-16 11:46:19 UTC (rev 45410)
@@ -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