2007-02-03 Don Allingham <don@gramps-project.org>
* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix warning message. svn: r8035
This commit is contained in:
parent
c408c4582e
commit
f96e1bf992
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2007-02-02 Don Allingham <don@gramps-project.org>
|
||||||
* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change
|
* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): update on data change
|
||||||
from family-update signal
|
from family-update signal
|
||||||
|
@ -422,8 +422,9 @@ class EditFamily(EditPrimary):
|
|||||||
|
|
||||||
QuestionDialog.WarningDialog(
|
QuestionDialog.WarningDialog(
|
||||||
_("Family has changed"),
|
_("Family has changed"),
|
||||||
_("The family you are editing has changed. GRAMPS has updated the data. "
|
_("The family you are editing has changed. To make sure that the "
|
||||||
"Any edits you have made may have been lost."))
|
"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):
|
def reload_people(self):
|
||||||
fhandle = self.obj.get_father_handle()
|
fhandle = self.obj.get_father_handle()
|
||||||
|
Loading…
Reference in New Issue
Block a user