[GRASS-SVN] r45414 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 16 07:26:22 EST 2011


Author: martinl
Date: 2011-02-16 04:26:22 -0800 (Wed, 16 Feb 2011)
New Revision: 45414

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py
Log:
hamish: missing space between sentences
(merge r45410 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py	2011-02-16 12:24:45 UTC (rev 45413)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/location_wizard.py	2011-02-16 12:26:22 UTC (rev 45414)
@@ -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