diff --git a/src/gen/db/exceptions.py b/src/gen/db/exceptions.py index 842cc98f0..982111ab5 100644 --- a/src/gen/db/exceptions.py +++ b/src/gen/db/exceptions.py @@ -77,7 +77,7 @@ class DbEnvironmentError(Exception): self.msg = msg def __str__(self): - return (_("Gramps has detected an problem in opening the 'environment' " + return (_("Gramps has detected a problem in opening the 'environment' " "of the underlying Berkeley database used to store this Family Tree. " "The most likely cause " "is that the database was created with an old version "