2007-02-03 Don Allingham <don@gramps-project.org>

* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix
	warning message.

2007-02-02  Don Allingham  <don@gramps-project.org>
	* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change
	from family-update signal



svn: r8036
This commit is contained in:
Don Allingham 2007-02-03 18:19:25 +00:00
parent bef178af13
commit ec1ec2a5a1
2 changed files with 11 additions and 2 deletions

View File

@ -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 <don@gramps-project.org>
* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix
warning message.
2007-02-02 Don Allingham <don@gramps-project.org>
* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change
from family-update signal
2007-02-02 Alex Roitman <shura@gramps-project.org>
* src/plugins/WriteCD.py: Properly encode URI.

View File

@ -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()