Quellcode durchsuchen

hamish: missing space between sentences
(merge https://trac.osgeo.org/grass/changeset/45410 from devbr6)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45413 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa vor 14 Jahren
Ursprung
Commit
3e742dae16
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      gui/wxpython/gui_modules/location_wizard.py

+ 1 - 1
gui/wxpython/gui_modules/location_wizard.py

@@ -1982,7 +1982,7 @@ class LocationWizard(wx.Object):
             
             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},