Missing space in db error

svn: r10418
This commit is contained in:
Doug Blank 2008-03-29 20:52:55 +00:00
parent 1a9306fcd1
commit 59b51d3892

View File

@ -1185,7 +1185,7 @@ class GrampsDBDir(GrampsDbBase, UpdateCallback):
raise FileVersionError(
"The database version is not supported by this "
"version of GRAMPS.\nPlease upgrade to the "
"corresponding version or use XML for porting"
"corresponding version or use XML for porting "
"data between different database versions.")
def close(self):