BSDDB -> Bsddb.

svn: r21940
This commit is contained in:
Peter Landgren 2013-04-10 12:58:54 +00:00
parent bca4e0852f
commit e4af48c0f3
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ class BsddbUpgradeRequiredError(Exception):
self.bsddb_version = str(bsddb_version)
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'
'This probably means that the Family Tree was created with '
'an old version of Gramps. Opening the tree with this version '

View File

@ -327,7 +327,7 @@ class DbLoader(CLIDbLoader):
self.dbstate.no_database()
break
except BsddbUpgradeRequiredError as msg:
if QuestionDialog2(_("Need to upgrade BSDDB database!"),
if QuestionDialog2(_("Need to upgrade Bsddb database!"),
str(msg),
_("I have made a backup, "
"please upgrade my tree"),