diff --git a/src/GrampsDisplay.py b/src/GrampsDisplay.py index 1dd7b4994..fa9ecbe87 100644 --- a/src/GrampsDisplay.py +++ b/src/GrampsDisplay.py @@ -66,7 +66,7 @@ except KeyError: def help(webpage='', section=''): """ - Display the specified webpage and section from the Gramps 3.0 wiki. + Display the specified webpage and section from the Gramps wiki. """ if not webpage: link = const.URL_WIKISTRING + const.URL_MANUAL_PAGE + EXTENSION diff --git a/src/gui/editors/editname.py b/src/gui/editors/editname.py index 6c1324348..6b1673c56 100644 --- a/src/gui/editors/editname.py +++ b/src/gui/editors/editname.py @@ -154,7 +154,9 @@ class EditName(EditSecondary): def _connect_signals(self): self.define_cancel_button(self.top.get_object('button119')) - self.define_help_button(self.top.get_object('button131')) + self.define_help_button(self.top.get_object('button131'), + _('Gramps_3.4_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed_-_part_3'), + _('manpage section id|Name_Editor')) self.define_ok_button(self.top.get_object('button118'), self.save) def _validate_call(self, widget, text): @@ -463,4 +465,4 @@ class EditName(EditSecondary): # can't use group_over, see Note in gen/lib/name/Name.set_group_as(). if not self.group_as.obj.get_editable(): self.obj.set_group_as("") - EditSecondary._cleanup_on_exit(self) \ No newline at end of file + EditSecondary._cleanup_on_exit(self) diff --git a/src/gui/editors/editperson.py b/src/gui/editors/editperson.py index 513dd70e8..fed1e59dc 100644 --- a/src/gui/editors/editperson.py +++ b/src/gui/editors/editperson.py @@ -229,7 +229,9 @@ class EditPerson(EditPrimary): """ self.define_cancel_button(self.top.get_object("button15")) self.define_ok_button(self.top.get_object("ok"), self.save) - self.define_help_button(self.top.get_object("button134")) + self.define_help_button(self.top.get_object("button134"), + _('Gramps_3.4_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1'), + _('manpage section id|Editing_information_about_people')) self.given.connect("focus_out_event", self._given_focus_out_event) self.top.get_object("editnamebtn").connect("clicked",