From 835154cabac6dc766e90812354ff28b5dfafaae4 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Fri, 28 Apr 2006 22:58:43 +0000 Subject: [PATCH] * src/ViewManager.py: add ScratchPad to the View menu * src/Editors/_EditFamily.py: Fix tooltips * src/glade/gramps.glade: remove predefined tooltips svn: r6491 --- gramps2/ChangeLog | 3 +++ gramps2/src/Editors/_EditFamily.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index b213f4afd..cc4d990df 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,7 @@ 2006-04-28 Don Allingham + * src/ViewManager.py: add ScratchPad to the View menu + * src/Editors/_EditFamily.py: Fix tooltips + * src/glade/gramps.glade: remove predefined tooltips * src/AutoComp.py (StandardCustomSelector.fill): handle unicode in addition to str * src/ScratchPad.py (ScratchPadWindow.__init__): fix call to diff --git a/gramps2/src/Editors/_EditFamily.py b/gramps2/src/Editors/_EditFamily.py index b8a2249fd..3d70432cc 100644 --- a/gramps2/src/Editors/_EditFamily.py +++ b/gramps2/src/Editors/_EditFamily.py @@ -500,8 +500,8 @@ class EditFamily(EditPrimary): def update_mother(self,handle): self.load_parent(handle, self.mbox, self.mbirth, self.mdeath, self.mbutton, self.mbutton2, - _("Select a person as the father"), - _("Remove the person as the father")) + _("Select a person as the mother"), + _("Remove the person as the mother")) def add_mother_clicked(self, obj): from Editors import EditPerson