BSDDB -> Bsddb.
svn: r21940
This commit is contained in:
parent
bca4e0852f
commit
e4af48c0f3
@ -125,7 +125,7 @@ class BsddbUpgradeRequiredError(Exception):
|
|||||||
self.bsddb_version = str(bsddb_version)
|
self.bsddb_version = str(bsddb_version)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return _('The BSDDB version of the Family Tree you are trying to open '
|
return _('The Bsddb version of the Family Tree you are trying to open '
|
||||||
'needs to be upgraded from %(env_version)s to %(bdb_version)s.\n\n'
|
'needs to be upgraded from %(env_version)s to %(bdb_version)s.\n\n'
|
||||||
'This probably means that the Family Tree was created with '
|
'This probably means that the Family Tree was created with '
|
||||||
'an old version of Gramps. Opening the tree with this version '
|
'an old version of Gramps. Opening the tree with this version '
|
||||||
|
@ -327,7 +327,7 @@ class DbLoader(CLIDbLoader):
|
|||||||
self.dbstate.no_database()
|
self.dbstate.no_database()
|
||||||
break
|
break
|
||||||
except BsddbUpgradeRequiredError as msg:
|
except BsddbUpgradeRequiredError as msg:
|
||||||
if QuestionDialog2(_("Need to upgrade BSDDB database!"),
|
if QuestionDialog2(_("Need to upgrade Bsddb database!"),
|
||||||
str(msg),
|
str(msg),
|
||||||
_("I have made a backup, "
|
_("I have made a backup, "
|
||||||
"please upgrade my tree"),
|
"please upgrade my tree"),
|
||||||
|
Loading…
Reference in New Issue
Block a user