From 7b7836267a7e3f7999596f053eee9691534fedda Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Thu, 4 Apr 2013 09:31:39 +0000 Subject: [PATCH] More exception text svn: r21869 --- gramps/gen/db/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/db/exceptions.py b/gramps/gen/db/exceptions.py index a10f4f375..be1f2bc7e 100644 --- a/gramps/gen/db/exceptions.py +++ b/gramps/gen/db/exceptions.py @@ -176,7 +176,7 @@ class DbUpgradeRequiredError(Exception): "Therefore, you cannot open this Family Tree without upgrading the" " definition of the structure.\n" "If you upgrade then you won't be able to use previous " - "versions of Gramps!\n\n" + "versions of Gramps, also not with the .gramps xml export!\n\n" "Upgrading is a difficult task that may not be interrupted, or " "Gramps will irretrievably corrupt your tree. Therefore, create " "a backup copy first. See: \n"