Fix configure file to not include extending-gramps

svn: r1433
This commit is contained in:
Don Allingham
2003-04-10 02:58:00 +00:00
parent 35184f9d6f
commit 8a4b9b957e
3 changed files with 11 additions and 17 deletions

View File

@@ -489,7 +489,7 @@ class Gramps:
msg = _("Cannot merge people.")
msg2 = _("Exactly two people must be selected to perform a merge. "
"A second person can be selected by holding down the "
"control key while clicking on the desired person.")
"control key while clicking on a the desired person.")
ErrorDialog(msg,msg2)
else:
import MergeData
@@ -1465,8 +1465,8 @@ class Gramps:
self.change_active_person(temp)
self.update_display(0)
else:
ErrorDialog(_("No home person has been set."),
_("The home person may be set from the Settings menu."))
ErrorDialog(_("No Home Person has been set."),
_("The Home Person may be set from the Settings menu."))
def on_add_bookmark_activate(self,obj):
if self.active_person: