Missing space in db error

svn: r10419
This commit is contained in:
Doug Blank 2008-03-29 20:54:04 +00:00
parent 1c2ec7559b
commit 02b110a2b0

View File

@ -1185,7 +1185,7 @@ class GrampsDBDir(GrampsDbBase, UpdateCallback):
raise FileVersionError( raise FileVersionError(
"The database version is not supported by this " "The database version is not supported by this "
"version of GRAMPS.\nPlease upgrade to the " "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.") "data between different database versions.")
def close(self): def close(self):