From ec1ec2a5a1de6053ffecaf7a157765026c9401bd Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 3 Feb 2007 18:19:25 +0000 Subject: [PATCH] 2007-02-03 Don Allingham * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix warning message. 2007-02-02 Don Allingham * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change from family-update signal svn: r8036 --- ChangeLog | 8 ++++++++ src/Editors/_EditFamily.py | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ffb4a264c..f8dab00c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -47,6 +47,14 @@ * src/GrampsLocale.py: refactor GrampsDb and clean RelLib deps * src/DbLoader.py: refactor GrampsDb and clean RelLib deps +2007-02-03 Don Allingham + * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix + warning message. + +2007-02-02 Don Allingham + * src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change + from family-update signal + 2007-02-02 Alex Roitman * src/plugins/WriteCD.py: Properly encode URI. diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 63a486ecb..574a1775d 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -422,8 +422,9 @@ class EditFamily(EditPrimary): QuestionDialog.WarningDialog( _("Family has changed"), - _("The family you are editing has changed. GRAMPS has updated the data. " - "Any edits you have made may have been lost.")) + _("The family you are editing has changed. To make sure that the " + "database is not corrupted, GRAMPS has updated the family to " + "reflect these changes. Any edits you have made may have been lost.")) def reload_people(self): fhandle = self.obj.get_father_handle()